tee(1) USER COMMANDS 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 ignore interrupts;
-a causes the output to be appended to the files rather
than overwriting them.
1