tee(1) tee(1)
NAME
tee - pipe fitting
SYNOPSIS
tee [-i] [-a] [file] ...
DESCRIPTION
tee transcribes the standard input to the standard output
and makes copies in the files. The -i flag option ignores
interrupts; the -a flag option causes the output to be
appended to the files rather than overwriting them.
EXAMPLE
make | tee x
will cause the output of the make program to be recorded on
file x as well as printed on standard output.
FILES
/bin/tee
Page 1 (last mod. 1/16/87)