ECHO(1) General Commands Manual ECHO(1)

echowrite arguments to standard output

echo [-n] [string ...]

The echo utility writes each string, separated by a single blank (‘ ’) character and terminated by a line feed (‘\n’) character, to the standard output.

Supress trailing line feed character.

The echo utility exits 0 on success, and >0 if an error occurs.

printf(1)

The echo utility is compliant with the specification.

The flag [-n] is an extension to that specification.

December 29, 2019 EltaninOS