home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
unixen.tar
/
unixen
/
PDP-11
/
Trees
/
V6
/
usr
/
man
/
man1
/
echo.1
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1975-06-26
|
254 b
|
13 lines
.th ECHO I 3/15/72
.sh NAME
echo \*- echo arguments
.sh SYNOPSIS
.bd echo
[ arg ... ]
.sh DESCRIPTION
.it Echo
writes its arguments in order as a line on the
standard output file.
It is mainly useful for producing diagnostics in command files.
.sh BUGS