ECHO(I) 3/15/72 ECHO(I)
NAME
echo - echo arguments
SYNOPSIS
echo [ arg ... ]
DESCRIPTION
Echo writes all its arguments in order as a line on the
standard output file. It is mainly useful for producing
diagnostics in command files.
BUGS
Echo with no arguments does not print a blank line.