Binaries/cat

From Minux Wiki
Revision as of 05:47, 24 September 2024 by Shorun (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.