./less --examples
Funciones y ejemplos de uso
command
cp /path/to/command ~/.lessfilter
less /etc/hosts
LESSOPEN='/path/to/command # %s' less /etc/hosts
file-read
less /path/to/input-file
less /etc/hosts
:e /path/to/input-file
LESSOPEN='echo /path/to/input-file # %s' less /etc/hosts
file-write
echo DATA | less
s/path/to/output-file
q
inherit
less /etc/hosts
v
shell
less /etc/hosts
!/bin/sh
LESSOPEN="/bin/sh -s 1>&0 2>&0 # %s" less /etc/hosts
reset
VISUAL='/bin/sh -s --' less /etc/hosts
v
./related --binary=less
Binarios relacionados
Comparten al menos una función con less.