ECHO User Commands
NAME
echo - Display a message
SYNOPSIS
echo MESSAGE
DESCRIPTION
The echo command displays MESSAGE to the console. The MESSAGE can be
redirected to a file as can the output of any command.
The entire remaining command line is echoed. Leading and trailing spaces are
trimmed and multiple spaces within the message are shortened to a single
space. If white space is to be preserved in formatting the string may be
enclosed in double quotation marks. Those will be removed. Escaping of
non-printable characters is supported.
SEE ALSO
HELP Topics:
SCRIPT,
CKSUMS
[/flash/manpages/manpages.hlp:4163]