File: lessecho.man

package info (click to toggle)
less 458-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,556 kB
  • ctags: 1,641
  • sloc: ansic: 18,964; sh: 340; makefile: 156; awk: 7
file content (54 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
LESSECHO(1)                                                        LESSECHO(1)



NAME
       lessecho - expand metacharacters

SYNOPSIS
       lessecho [-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ...

DESCRIPTION
       lessecho  is a program that simply echos its arguments on standard out-
       put.  But any metacharacter in the output is preceded  by  an  "escape"
       character, which by default is a backslash.

OPTIONS
       A summary of options is included below.

       -ex    Specifies  "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.

       -ox    Specifies  "x",  rather  than double-quote, to be the open quote
              character, which is used if the -e- option is specified.

       -cx    Specifies "x" to be the close quote character.

       -pn    Specifies "n" to be the open quote character, as an integer.

       -dn    Specifies "n" to be the close quote character, as an integer.

       -mx    Specifies "x" to be a metachar.  By default, no  characters  are
              considered metachars.

       -nn    Specifies "n" to be a metachar, as an integer.

       -fn    Specifies  "n"  to be the escape char for metachars, as an inte-
              ger.

       -a     Specifies that all arguments are to be quoted.  The  default  is
              that only arguments containing metacharacters are quoted

SEE ALSO
       less(1)

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 458: 04 Apr 2013                LESSECHO(1)