lessecho
(1)expand metacharacters
Options
9-exxSpecifies "x", rather than backslash, to be the escape char for metachars. If x is "-", no escape char is used and arguments containing metachars are surrounded by quotes instead.
-oxxSpecifies "x", rather than double-quote, to be the open quote character, which is used if the -e- option is specified.
-cxxSpecifies "x" to be the close quote character.
-pnnSpecifies "n" to be the open quote character, as an integer.
-dnnSpecifies "n" to be the close quote character, as an integer.
-mxxSpecifies "x" to be a metachar. By default, no characters are considered metachars.
-nnnSpecifies "n" to be a metachar, as an integer.
-fnnSpecifies "n" to be the escape char for metachars, as an integer.
-aSpecifies that all arguments are to be quoted. The default is that only arguments containing metacharacters are quoted.
DESCRIPTION
AUTHOR
This manual page was written by Thomas Schoepf schoepf@debian.org, for the Debian GNU/Linux system (but may be used by others).
Report bugs at https://github.com/gwsw/less/issues.