TEE(1) — Silicon Graphics
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 option ignores interrupts; the −a 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.
Version 3.6 — December 20, 1987