


CAT(1L)                                                   CAT(1L)


NNAAMMEE
       cat - concatenate files and print on the standard output

SSYYNNOOPPSSIISS
       ccaatt     [-benstuvAET]    [--number]    [--number-nonblank]
       [--squeeze-blank]    [--show-nonprinting]    [--show-ends]
       [--show-tabs]  [--show-all] [--help] [--version] [file...]

DDEESSCCRRIIPPTTIIOONN
       This manual page documents the GNU version  of  ccaatt.   ccaatt
       writes  the  contents  of each given file, or the standard
       input if none are given or when a file named `-' is given,
       to the standard output.

   OOPPTTIIOONNSS
       _-_b_, _-_-_n_u_m_b_e_r_-_n_o_n_b_l_a_n_k
              Number  all nonblank output lines, starting with 1.

       _-_e     Equivalent to _-_v_E.

       _-_n_, _-_-_n_u_m_b_e_r
              Number all output lines, starting with 1.

       _-_s_, _-_-_s_q_u_e_e_z_e_-_b_l_a_n_k
              Replace multiple adjacent blank lines with a single
              blank line.

       _-_t     Equivalent to _-_v_T.

       _-_u     Ignored; for Unix compatibility.

       _-_v_, _-_-_s_h_o_w_-_n_o_n_p_r_i_n_t_i_n_g
              Display  control  characters except for LFD and TAB
              using `^' notation and precede characters that have
              the high bit set with `M-'.

       _-_A_, _-_-_s_h_o_w_-_a_l_l
              Equivalent to _-_v_E_T.

       _-_E_, _-_-_s_h_o_w_-_e_n_d_s
              Display a `$' after the end of each line.

       _-_T_, _-_-_s_h_o_w_-_t_a_b_s
              Display TAB characters as `^I'.

       _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
              tus.

       _-_-_v_e_r_s_i_o_n
              Print version information on standard  output  then
              exit.






FSF                     GNU Text Utilities                      1


