VICIgeek
Linux cat Command

Linux cat Command

The cat command is one of the most frequently used tools in Linux. It allows you to read files, join multiple files together, and even number lines when used with the right flags.


cat file1.txt file2.txt > combined.txt

Use cat -n to display line numbers:

cat -n notes.txt

Ad Space (Demo)

Ad Space (Demo)