home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / doc / cat.man < prev    next >
Text File  |  1993-06-13  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. CAT(1L)                                                   CAT(1L)
  5.  
  6.  
  7. NAME
  8.        cat - concatenate files and print on the standard output
  9.  
  10. SYNOPSIS
  11.        cat     [-benstuvAET]    [--number]    [--number-nonblank]
  12.        [--squeeze-blank]    [--show-nonprinting]    [--show-ends]
  13.        [--show-tabs]  [--show-all] [--help] [--version] [file...]
  14.  
  15. DESCRIPTION
  16.        This manual page documents the GNU version  of  cat.   cat
  17.        writes  the  contents  of each given file, or the standard
  18.        input if none are given or when a file named `-' is given,
  19.        to the standard output.
  20.  
  21.    OPTIONS
  22.        -b, --number-nonblank
  23.               Number  all nonblank output lines, starting with 1.
  24.  
  25.        -e     Equivalent to -vE.
  26.  
  27.        -n, --number
  28.               Number all output lines, starting with 1.
  29.  
  30.        -s, --squeeze-blank
  31.               Replace multiple adjacent blank lines with a single
  32.               blank line.
  33.  
  34.        -t     Equivalent to -vT.
  35.  
  36.        -u     Ignored; for Unix compatibility.
  37.  
  38.        -v, --show-nonprinting
  39.               Display  control  characters except for LFD and TAB
  40.               using `^' notation and precede characters that have
  41.               the high bit set with `M-'.
  42.  
  43.        -A, --show-all
  44.               Equivalent to -vET.
  45.  
  46.        -E, --show-ends
  47.               Display a `$' after the end of each line.
  48.  
  49.        -T, --show-tabs
  50.               Display TAB characters as `^I'.
  51.  
  52.        --help Print a usage message and exit with a non-zero sta-
  53.               tus.
  54.  
  55.        --version
  56.               Print version information on  standard  error  then
  57.               exit.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU Text Utilities                      1
  65.  
  66.  
  67.