cat command is used to concatenate, copy, print files in unix.
• Cat reads each file in a sequence and writes it on the standard output.
• Thus cat file prints file on the default standard output device.
Syntax of cat Command
cat [-options] fileName
Most Commonly used options are: