cat


Concatenate files and print on the standard output.

Syntax

cat [OPTION]... [FILE]...

With no FILE, or when FILE is -, read standard input.

Output f's contents, then standard input, then g's contents.

cat f - g

Copy standard input to standard output.

cat