ultrix man page for echo

Query: echo

OS: ultrix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
noecho(3xcurses) - opensolaris
echo(1) - mojave
noecho(3xcurses) - sunos
round(3) - php
echo(3) - php
Similar Topics in the Unix Linux Community
Using Echo
echo doesn't work right
Echoing command results
What is wrong with: echo $PATH | sed s/:/\\n/g
How can i split this.. :)?