home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / cat.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. CAT(1L)                                                   CAT(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        cat - concatenate files and print on the standard output
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ccaatt     [-benstuvAET]    [--number]    [--number-nonblank]
  12.        [--squeeze-blank]    [--show-nonprinting]    [--show-ends]
  13.        [--show-tabs]  [--show-all] [--help] [--version] [file...]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        This manual page documents the GNU version  of  ccaatt.   ccaatt
  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.    OOPPTTIIOONNSS
  22.        _-_b_, _-_-_n_u_m_b_e_r_-_n_o_n_b_l_a_n_k
  23.               Number  all nonblank output lines, starting with 1.
  24.  
  25.        _-_e     Equivalent to _-_v_E.
  26.  
  27.        _-_n_, _-_-_n_u_m_b_e_r
  28.               Number all output lines, starting with 1.
  29.  
  30.        _-_s_, _-_-_s_q_u_e_e_z_e_-_b_l_a_n_k
  31.               Replace multiple adjacent blank lines with a single
  32.               blank line.
  33.  
  34.        _-_t     Equivalent to _-_v_T.
  35.  
  36.        _-_u     Ignored; for Unix compatibility.
  37.  
  38.        _-_v_, _-_-_s_h_o_w_-_n_o_n_p_r_i_n_t_i_n_g
  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_, _-_-_s_h_o_w_-_a_l_l
  44.               Equivalent to _-_v_E_T.
  45.  
  46.        _-_E_, _-_-_s_h_o_w_-_e_n_d_s
  47.               Display a `$' after the end of each line.
  48.  
  49.        _-_T_, _-_-_s_h_o_w_-_t_a_b_s
  50.               Display TAB characters as `^I'.
  51.  
  52.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  53.               tus.
  54.  
  55.        _-_-_v_e_r_s_i_o_n
  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.