Node:cat, Next:cd, Previous:cache, Up:Yafc commands
cat
Print file(s) on standard output. By default, the files are transferred in
ascii mode (rewriting newlines). If you want to view binary files through
a filter (eg viewing a README.gz through gzip) you have to use option
--type=binary
.
Usage:
cat [options] file ...
Options:
-t TYPE
--type=TYPE
- Set transfer type. Valid values for TYPE is ascii or binary.
-h
--help
- Show a short help description