/bin/cat.sh
index
cat is a binary used to print a file to the screen
Usage:
cat filename
prints the contents of filename 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.