Binaries/cat: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "cat is a binary used to print a file to the screen Usage: cat filename output: prints the file to the screen if p is provided as an extra argument, halts every page.")
 
No edit summary
 
Line 2: Line 2:




Usage:
 
'''Usage:'''


cat filename
cat filename


 
'''<br />
output:
output:'''


prints the file to the screen
prints the file to the screen


if p is provided as an extra argument, halts every page.
if p is provided as an extra argument, halts every page.
eg: "cat test.txt" will print the content of test.txt on the screen
eg2: "cat test.txt p" will print the content of test.txt and pause every page.

Latest revision as of 23:52, 26 September 2024

cat is a binary used to print a file to the screen


Usage:

cat filename


output:

prints the file to the screen

if p is provided as an extra argument, halts every page.


eg: "cat test.txt" will print the content of test.txt on the screen

eg2: "cat test.txt p" will print the content of test.txt and pause every page.