Personal tools

Cat

From MohidWiki

Revision as of 16:07, 8 June 2007 by 192.168.20.177 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Cat reads the input file and prints it to the stdout.

Syntax

> cat file

Example

> cat helloworld.txt
cat> Hello World!

External References