tee(1) UNIX System V(Essential Utilities) 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.
10/89 Page 1