cat - concatenate and print files
/bin/cat files...
cat prints the files listed on its command line in order to its standard output. If the magic filename "-" is encountered, cat prints its standard input up to the first EOF.
With no arguments, cat prints its standard input.
cat takes no options.
cat should function properly once the basic system calls assignment is completed.