DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c348cf6aa⟧ TextFile

    Length: 527 (0x20f)
    Types: TextFile
    Notes: UNIX file
    Names: »echo.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/echo.1« 

TextFile

.ig
	@(#)echo.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH ECHO 1
.SH NAME
echo \- echo arguments
.SH SYNOPSIS
.B echo
[
.B \-n
]
[ arg ] ...
.SH DESCRIPTION
.I Echo
writes its arguments separated by blanks and terminated by
a newline on the standard output.
If the flag
.B \-n
is used,
no newline is added to the output.
.PP
.I Echo
is useful for producing diagnostics in
shell programs and for writing constant data on pipes.
To send diagnostics to the standard error file, do
`echo ... 1>&2'.