ECHO(1) | General Commands Manual | ECHO(1) |
echo
— write
arguments to standard output
echo |
[-n ] [string ...] |
echo
utility writes each
string, separated by a single blank
(‘ ’) character and terminated by a line feed
(‘\n’) character, to the standard output.
-n
The echo
utility exits 0 on
success, and >0 if an error occurs.
The echo
utility is compliant with the
specification.
The flag [-n
] is an extension to that
specification.
December 29, 2019 | EltaninOS |