(I) NAME cat -- concatenate and print
SYNOPSIS _cat_ file1 ...
DESCRIPTION
_cat_ reads each file in sequence and writes it on the standard output
stream. Thus:
cat file
is about the easiest way to print a file. Also:
cat filel file2 >file3 is about the easiest way to concatenate files.
If no input file is given _cat_ reads from the standard inputfile.
FILES
SEE ALSO
DIAGNOSTICS none; if a file cannot be found it is ignored.
BUGS
OWNER
cLIeNUX Comments
dmr is
Dennis "The C Programming Language" Ritchie. ken is Ken Thompson, primary
author of the UNIX kernel and ed. "UNIX" was a trademark of AT&T in 1971
and has since been passed around quite a bit. The copyrights on the
original of this "manpage" are currently held by Lucent. dmr said I could
use "a few". I consider that sufficient release. cLIeNUX includes the 1971
manpages for
cat,
ed,
ld,
mount and sh.