echo(1f) sunos man page | unix.com

Man Page: echo

Operating Environment: sunos

Section: 1f

echo(1F)							   FMLI Commands							  echo(1F)

NAME
echo - put string on virtual output
SYNOPSIS
echo [string...]
DESCRIPTION
The echo function directs each string it is passed to the standard output. If no argument is given, echo looks to the standard input for input. It is often used in conditional execution or for passing a string to another command.
EXAMPLES
Example 1: A sample of the echo command. Set the done descriptor to help if a test fails: done=`if [ -s $F1 ]; then echo close; else echo help; fi`
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWcsu | +-----------------------------+-----------------------------+
SEE ALSO
echo(1), attributes(5) SunOS 5.10 5 Jul 1990 echo(1F)
Related Man Pages
echo(3xcurses) - opensolaris
print(1) - sunos
locale_get_display_name(3) - php
locale_get_display_variant(3) - php
echo(3) - php
Similar Topics in the Unix Linux Community
How to echo a <tab> space?
How to display and count
Using Echo
Echoing only once for each subdir
Grep echo awk print all output on one line