echo(1) — USER COMMANDS
NAME
echo − echo arguments
SYNOPSIS
echo [ −n ] [ arg ] ...
DESCRIPTION
echo writes its arguments separated by blanks and terminated by a new-line on the standard output. This echo syntax is used by the csh(1) built-in echo command as well as user command /usr/ucb/echo. The -n option supresses the trailing newline.
echo is useful for producing diagnostics in command files and for sending known data into a pipe.
SEE ALSO
— BSD Compatibility Package