home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
224_01
/
tee.hlp
< prev
next >
Wrap
Text File
|
1987-01-05
|
384b
|
11 lines
NAME
tee - direct the input to several output files
SYNTAX
tee [ -a ] [ file ] ...
DESCRIPTION
Tee transcribes the standard input to the standard output and makes copies
in the files. Option -a causes the output to be appended to the files
rather than overwriting them. The maximum number of files is 20.