freebsd-skq/contrib/less/lessecho.man

50 lines
1.6 KiB
Groff
Raw Normal View History

LESSECHO(1) LESSECHO(1)
2007-07-03 05:12:43 +00:00
NAME
lessecho - expand metacharacters
2007-07-03 05:12:43 +00:00
SYNOPSIS
lessecho [-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ...
2007-07-03 05:12:43 +00:00
DESCRIPTION
lessecho is a program that simply echos its arguments on standard out-
put. But any argument containing spaces is enclosed in quotes.
2007-07-03 05:12:43 +00:00
OPTIONS
A summary of options is included below.
2007-07-03 05:12:43 +00:00
-ox Specifies "x" to be the open quote character.
2007-07-03 05:12:43 +00:00
-cx Specifies "x" to be the close quote character.
2007-07-03 05:12:43 +00:00
-pn Specifies "n" to be the open quote character, as an integer.
2007-07-03 05:12:43 +00:00
-dn Specifies "n" to be the close quote character, as an integer.
2007-07-03 05:12:43 +00:00
-mx Specifies "x" to be a metachar.
2007-07-03 05:12:43 +00:00
-nn Specifies "n" to be a metachar, as an integer.
2007-07-03 05:12:43 +00:00
-ex Specifies "x" to be the escape char for metachars.
2007-07-03 05:12:43 +00:00
-fn Specifies "n" to be the escape char for metachars, as an inte-
ger.
2007-07-03 05:12:43 +00:00
-a Specifies that all arguments are to be quoted. The default is
that only arguments containing spaces are quoted.
2007-07-03 05:12:43 +00:00
SEE ALSO
less(1)
2007-07-03 05:12:43 +00:00
AUTHOR
This manual page was written by Thomas Schoepf <schoepf@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
Send bug reports or comments to bug-less@gnu.org.
Version 416: 22 Nov 2007 LESSECHO(1)