Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

cat.md

File metadata and controls

14 lines (9 loc) · 406 Bytes

cat - concatenate files

Concatenates given files and writes all to stdout. If no file is provided, cat reads from stdin.

cat FILE0 FILE1 ... FILEn

Returns:

  • 0 on success

Up: user space

Misc: cat | echo | grep | wc | date | sleep | xxd