Stephan Kulow 61e72385b0 Accepting request 174959 from Base:System
- make sure that -R or --RAW-CONTROL-CHARS is set in LESS
  environment variable

- add support for colordiff in lessopen.sh (forwarded request 174863 from sleep_walker)

OBS-URL: https://build.opensuse.org/request/show/174959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=39
2013-05-13 13:07:19 +00:00

Dear user,

the 'less' application, thanks to its preprocessor, is able to show even binary
formats using calls to external commands. Since not every user finds this
feature plausible, you have the opportunity to customize behavior of 'less'
using the environment variable LESS_ADVANCED_PREPROCESSOR. By default, it's set
to "no" in /etc/profile -- thus if you require less to handle binary formats,
set this in your startup scripts:

export LESS_ADVANCED_PREPROCESSOR="yes"

Remark for experienced users:
If you had already set this switch and want to temporarily override it, you can
force 'less' to read a file from its standard input instead, e.g.:

less < dumb.ps

will show the source PostScript, and not the "rendered" result.
Description
No description provided
Readme 383 KiB
Languages
Shell 98.5%
Standard ML 1.5%