TEE (utility) Free-DOS Alpha 5 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-