Prints files to console.
This command lets you print the contents of a text file to the console.
-lines
Prints the line numbers alongside the contents
-nolines
Prints only the contents
cat [-lines|-nolines] <file>
cat text.txt: Prints the contents of text.txt to console
cat text.txt
Last updated 1 year ago