cat - concatenate files and print on standard output

Usage:
cat [options] [<file>]...

Example

sxx
cat /etc/environment

Options

long option short option description
‑‑help ‑h Print help and exit.

Implementation

Reference