NAME               cat -- concatenate and print

SYNOPSIS           _c_a_t file1 ...

DESCRIPTION        _c_a_t reads each file in sequence and writes it on
                   the standard output stream. Thus:

                   _c_a_t _f_i_l_e

                   is about the easiest way to print a file. Also:

                   _c_a_t _f_i_l_e_l _f_i_l_e_2 _>_f_i_l_e_3

                  is  about the easiest way to concatenate files.

FILES             --

SEE ALSO          pr, cp

DIAGNOSTICS       If a file cannot be found it is ignored. If  no
                  files are given, "no files" is output.

BUGS              --

OWNER             ken, dmr