Stephan Kulow 81845af4e3 Accepting request 160924 from Base:System
- Update to version 457
  * Allow backslash escaping of metacharacters in LESS environment
    variable if the --use-backslash option is set.
  * Don't quit if syntax errors are found in command line options.
  * Increase sizes of some internal buffers.
  * Fix configure bug with --with-regex=none.
  * Fix crash with "stty rows 0".

  isupper, many thanks to Björn Jacke for hint and patch [#29827] (forwarded request 160301 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/160924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=38
2013-03-25 19:31:48 +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%