cat Command
Purpose:
Prints a text file
Syntax:
cat "readme.doc"
Comments:
Based on Linux cat command. Command is only useful in terminal mode. Supplying quotes around file name is not necessary unless filename contains spaces.
Example:
cat readme.doc