Cat (command): Difference between revisions
Jump to navigation
Jump to search
import>Dumbassposer106 No edit summary |
m 3 revisions imported |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
< | <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? |
Latest revision as of 00:00, 20 December 2024
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?