Query: echo
OS: opensolaris
Section: 1f
Links: opensolaris man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
echo(1F) FMLI Commands echo(1F)NAMEecho - put string on virtual outputSYNOPSISecho [string]...DESCRIPTIONThe 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.EXAMPLESExample 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`ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------------------------------------+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | |Availability SUNWcsu | +-----------------------------------------------------------+SEE ALSOecho(1), attributes(5) SunOS 5.11 5 Jul 1990 echo(1F)