13 lines
150 B
ReStructuredText
13 lines
150 B
ReStructuredText
|
|
cat
|
||
|
|
---
|
||
|
|
|
||
|
|
.. highlight:: dune
|
||
|
|
|
||
|
|
.. describe:: (cat <file> ...)
|
||
|
|
|
||
|
|
Sequentially print the contents of files to stdout.
|
||
|
|
|
||
|
|
Example::
|
||
|
|
|
||
|
|
(cat data.txt)
|