BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / echo.0
ECHO(1) UNIX Programmer's Manual ECHO(1)
N\bNA\bAM\bME\bE
echo - echo arguments
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
e\bec\bch\bho\bo [ -\b-n\bn ] [ arg ] ...
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
_\bE_\bc_\bh_\bo writes its arguments separated by blanks and terminated
by a newline on the standard output. If the flag -\b-n\bn is
used, no newline is added to the output.
_\bE_\bc_\bh_\bo is useful for producing diagnostics in shell programs
and for writing constant data on pipes. To send diagnostics
to the standard error file, do `echo ... 1>&2'.
Printed 7/9/88 April 29, 1985 1