11 lines
230 B
Bash
11 lines
230 B
Bash
NAME
|
|
cat - concatenate files and print on the standard output
|
|
|
|
SYNOPSIS
|
|
cat [OPTION]... [FILE]...
|
|
|
|
DESCRIPTION
|
|
Concatenate FILE(s) to standard output.
|
|
:
|
|
With no FILE(s), or when FILE is -, read standard input.
|
|
:
|