- 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] OBS-URL: https://build.opensuse.org/request/show/160301 OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=35
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
Languages
Shell
98.5%
Standard ML
1.5%