1ECHO(1)                     General Commands Manual                    ECHO(1)
2
3
4

NAME

6       echo - echo arguments
7

SYNOPSIS

9       echo [ -n ] [ arg ] ...
10

DESCRIPTION

12       Echo  writes its arguments separated by blanks and terminated by a new‐
13       line on the standard output.  If the flag -n is  used,  no  newline  is
14       added to the output.
15
16       Echo  is  useful  for  producing  diagnostics in shell programs and for
17       writing constant data on pipes.  To send diagnostics  to  the  standard
18       error file, do `echo ... 1>&2'.
19
20
21
227th Edition                     April 29, 1985                         ECHO(1)
Impressum