echo(1) ultrix man page | unix.com

Man Page: echo

Operating Environment: ultrix

Section: 1

echo(1) 						      General Commands Manual							   echo(1)

Name
       echo - echo arguments

Syntax
       echo [-n] [arg...]

Description
       The command writes its arguments separated by blanks and terminated by a new line on the standard output.

Options
       -n   Suppresses newlines from output.

Examples
       The command is useful for producing diagnostics in shell programs and for writing constant data on pipes.

       To send diagnostics to the standard error file, type the following:
       echo ... 1>&2

																	   echo(1)
Related Man Pages
echo(1) - hpux
line(1) - osf1
echo(1) - sunos
print(1) - sunos
echo(1b) - sunos
Similar Topics in the Unix Linux Community
Unmatched 'then'
A hexdumper using echo only...
Grep echo awk print all output on one line
How can i split this.. :)?
Echo with loop