mirror of
https://github.com/uutils/coreutils
synced 2025-01-10 20:29:19 +00:00
9 lines
155 B
Markdown
9 lines
155 B
Markdown
|
# cat
|
||
|
|
||
|
```
|
||
|
cat [OPTION]... [FILE]...
|
||
|
```
|
||
|
|
||
|
Concatenate FILE(s), or standard input, to standard output
|
||
|
With no FILE, or when FILE is -, read standard input.
|