Cat
From MohidWiki
Revision as of 15:07, 8 June 2007 by 192.168.20.177 (talk)
Cat reads the input file and prints it to the stdout.
Syntax
> cat file
Example
> cat helloworld.txt cat> Hello World!
Cat reads the input file and prints it to the stdout.
> cat file
> cat helloworld.txt cat> Hello World!