Prints files to console.
This command lets you print the contents of a text file to the console.
cat <file>
cat text.txt: Prints the contents of text.txt to console
cat text.txt
Last updated 1 month ago