cat file
prints the file to standard output, and the following
cat file1 file2 >file3
concatenates two files onto a third.
If no file is given, or where - is given as an argument, cat reads from the standard input. Output is buffered in blocks matching the input.
CAT(1 ) | Rev: Tue Mar 31 02:42:38 GMT 2015 |