command terminal Linux Commands MOC


The cat command prints files to the screen.

Usage

cat <file to print>+

$ ls
file firstFile secondFile
$ cat firstFile
Chocolate!
$ cat secondFile firstFile
The flag is
Chocolate!

Important Flags