MiniUnix/usr/man/man1/echo.1

Find at most related files.
including files from this version of Unix.

.th ECHO I 3/15/72
.sh NAME
echo \*- echo arguments 
.sh SYNOPSIS
.bd echo
[ arg ... ]
.sh DESCRIPTION
.it Echo
writes its arguments in order as a line on the
standard output file.
It is mainly useful for producing diagnostics in command files.
.sh BUGS