Binaries/cat

From Minux Wiki
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.


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.