Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ echo(1F) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

echo(1)



echo(1F)  UNIX System V(Form and Menu Language Interpreter Utilities)  echo(1F)


NAME
      echo - put string on virtual output

SYNOPSIS
      echo [string . . . ]

DESCRIPTION
      The echo function directs each string it is passed to stdout.  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=`if [ -s $F1 ];
                then echo close;
                else echo help;
                fi`

SEE ALSO
      echo(1)

































10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026