[BACK]Return to lessecho.man CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Annotation of src/usr.bin/less/lessecho.man, Revision 1.1

1.1     ! shadchin    1: LESSECHO(1)                                                        LESSECHO(1)
        !             2:
        !             3:
        !             4:
        !             5: NAME
        !             6:        lessecho - expand metacharacters
        !             7:
        !             8: SYNOPSIS
        !             9:        lessecho [-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ...
        !            10:
        !            11: DESCRIPTION
        !            12:        lessecho  is a program that simply echos its arguments on standard out-
        !            13:        put.  But any argument containing spaces is enclosed in quotes.
        !            14:
        !            15: OPTIONS
        !            16:        A summary of options is included below.
        !            17:
        !            18:        -ox    Specifies "x" to be the open quote character.
        !            19:
        !            20:        -cx    Specifies "x" to be the close quote character.
        !            21:
        !            22:        -pn    Specifies "n" to be the open quote character, as an integer.
        !            23:
        !            24:        -dn    Specifies "n" to be the close quote character, as an integer.
        !            25:
        !            26:        -mx    Specifies "x" to be a metachar.
        !            27:
        !            28:        -nn    Specifies "n" to be a metachar, as an integer.
        !            29:
        !            30:        -ex    Specifies "x" to be the escape char for metachars.
        !            31:
        !            32:        -fn    Specifies "n" to be the escape char for metachars, as  an  inte-
        !            33:               ger.
        !            34:
        !            35:        -a     Specifies  that  all arguments are to be quoted.  The default is
        !            36:               that only arguments containing spaces are quoted.
        !            37:
        !            38: SEE ALSO
        !            39:        less(1)
        !            40:
        !            41: AUTHOR
        !            42:        This manual page was written by  Thomas  Schoepf  <schoepf@debian.org>,
        !            43:        for the Debian GNU/Linux system (but may be used by others).
        !            44:
        !            45:        Send bug reports or comments to bug-less@gnu.org.
        !            46:
        !            47:
        !            48:
        !            49:                            Version 444: 09 Jun 2011                LESSECHO(1)