Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ echo(1) — bsd — Apollo Domain/OS SR10.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

csh(1)

sh(1)

ECHO(1)                              BSD                               ECHO(1)



NAME
     echo - echo arguments

SYNOPSIS
     echo [ -n ] [ arg ... ]

DESCRIPTION
     echo writes its arguments separated by blanks, and terminated by a
     newline, on the standard output.  If you specify the -n option, echo
     doesn't add a newline to the output.

     echo is useful for producing diagnostics in shell programs and for
     writing constant data on pipes.

     To send diagnostics to the standard error file in a /bin/sh shell script,
     specify the following:

          echo ... 1>&2

SEE ALSO
     csh(1), sh(1)

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