[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    echo(1F) manual page Table of Contents

Name

echo - put string on virtual output

Synopsis

echo [string ...]

Availability

SUNWcsu

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

Set the done descriptor to help if a test fails:


done=gaif [ -s $F1 ];
    then echo close;
    else echo help;
    figa

See Also

echo(1)


Table of Contents