Personal tools

Cat

From MohidWiki

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