cat
0%

Command Line · Lesson 7

cat

Learn how to display, concatenate, and redirect file content safely with the cat command.

After learning to identify files, the next step is to read their contents. The cat command displays files and joins their contents; its name is short for "concatenate."