Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ echo(1) — sys5 — Apollo Domain/IX SR9.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sh(1)



ECHO(1)                  DOMAIN/IX SYS5                   ECHO(1)



NAME
     echo - echo arguments

USAGE
     echo [ argument ] ...

DESCRIPTION
     Echo writes each argument, separated by blanks and ter-
     minated by a newline, on the standard output.  It also
     understands C-like escape conventions.  Beware of conflicts
     with the shell's use of the backslash character (\):

          \b   backspace
          \c   print line without new-line
          \f   form-feed
          \n   new-line
          \r   carriage return
          \t   tab
          \v   vertical tab
          \\   backslash
          \n   the 8-bit character whose ASCII code is the 1-, 2-
               or 3-digit octal number n, which must start with a
               zero.

     Echo is used to produce diagnostics in command files and for
     sending known data into a pipe.

RELATED INFORMATION
     sh(1).
























Printed 12/4/86                                            ECHO-1





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