Cat (command)

Revision as of 14:57, 28 May 2022 by import>Mv (Bot: Reverted to revision 4109 by Lumpy HTF on May 23 2022 15:48:15)

cat is the name of the command used in Unix to output the contents of a file to the terminal.

For example, if you have a file named README.txt, and you want to output the contents of it and read it in the terminal, you run cat README.md. Simple enough, right?