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