3 cat \- concatenate files and write them to stdout
5 \fBcat\fR [\fB\-u\fR]\fR [\fIfile\fR] ...\fR
18 .FL "\-u" "Unbuffered output"
20 .EX "cat file" "Display file on the terminal"
21 .EX "cat file1 file2 | lp" "Concatenate 2 files and print result"
25 concatenates its input files and copies the result to \fIstdout\fR.
26 If no input file is named, or \- is encountered as a file name, standard
28 Output is buffered in 512 byte blocks unless the
31 If you just want to copy a file, \fIcp\fR should be used since it is faster.