|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 940 (0x3ac)
Types: TextFile
Notes: UNIX file
Names: »echo.1«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/cat1/echo.1«
1
ECHO(1) UNIX Programmer's Manual ECHO(1)
NAME
echo - echo arguments
SYNOPSIS
echo [ -n ] [ arg ] ...
DESCRIPTION
_▶08◀E_▶08◀c_▶08◀h_▶08◀o writes its arguments separated by blanks and ter-
minated by a newline on the standard output. If the flag
-n is used, no newline is added to the output.
_▶08◀E_▶08◀c_▶08◀h_▶08◀o is useful for producing diagnostics in shell programs
and for writing constant data on pipes. To send diagnos-
tics to the standard error file, do `echo ... 1>&2'.
1