Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37852588
en ru br
ALT Linux repositórios
S:633-alt1
5.0: 424-alt3
4.1: 418-alt1
4.0: 394-alt1
3.0: 382-alt2

Group :: Ferramentas de Arquivo
RPM: less

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/sh -e
#
# Usage:
# $ export LESSHIGHLIGHT=1
# $ less -R /path/to/file # file highlighted.
# $ less /path/to/file # file without highlighting.

if [ -n "${LESSHIGHLIGHT-}" -a -n "${LESSCOLOR-}" -a -x /usr/bin/highlight ]; then
cmd="/usr/bin/highlight"
cmd_args=" -O xterm256 --failsafe"
fi
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009