home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d747
/
aush.lha
/
AUSH
/
ExtraCmds.lha
/
englishdocs
/
tee.doc
< prev
next >
Wrap
Text File
|
1992-09-04
|
518b
|
26 lines
NAME
tee - pipe fitting
SYNOPSIS
tee [ -a ] [ file ] ...
DESCRIPTION
tee transcribes the standard input to the standard output
and makes copies in the files.
The -a option causes the output to be appended to the files
rather than overwriting them.
RETURN CODES
0 if all went well
1 in case of bad argument (fatal)
2 if at least one file couldn't be opened (non fatal)
3 if memory couldn't be allocated (fatal)
CHANGES FROM UNIX
-i option not supported.
AUTHOR
Denis GOUNELLE
Last modified 04-Sep-92