echo - prints arguments to standard output

Usage: echo [options] <arg>...

Example

sxx
echo $PATH

Options

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

Implementation

Reference