echo - Write arguments to standard output

Synopsis

echo [arg ...]

Description

You can use echo to display each arg on standard output separated by a space character and followed by a newline character.

Operands

Each arg is echoed on standard output.

Exit Status

Related information