home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
16
/
FREEDOS.ZIP
/
FD_A4PRE.ZIP
/
HELP
/
TEE
< prev
next >
Wrap
Text File
|
1995-06-28
|
823b
|
67 lines
TEE (utility) Free-DOS Alpha 4 release TEE (utility)
NAME:
TEE - Saves a copy of its input to a file and to standard
output
SYNOPSIS:
TEE file
DESCRIPTION:
TEE copies its input to the output and saves a copy in a
file. This is used to save the intermediate output between
pipes.
SEE:
TYPE - Displays a text file or files
AUTHOR:
James Hall
EXAMPLES:
To sort NAMES.TXT while simultaneously saving a copy to
OUT.TXT and viewing it with MORE:
SORT NAMES.TXT | TEE OUT.TXT | MORE
-1-