3.5.3. cat - concatenate file(s) to stdout¶
3.5.3.1. Usage¶
cat [-ao] FILE...
3.5.3.2. Synopsis¶
Currently only printable characters and NL, TAB are printed.
3.5.3.3. Options¶
- -a FILE
append to FILE instead of using stdout
- -o FILE
overwrite FILE instead of using stdout