Cat (command)

Revision as of 15:48, 23 May 2022 by import>Lumpy HTF (Created page with "<code>cat</code> 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 <code>README.txt</code>, and you want to output the contents of it and read it in the terminal, you run <code>cat README.md</code>. Simple enough, right?")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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?