Personal tools

Cat

From MohidWiki

Revision as of 11:26, 3 December 2008 by Guillaume (talk | contribs) (1 revision)
(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