tee(1) tee(1)NAME tee - transcribes data SYNOPSIS tee [-i] [-a] [file]... ARGUMENTS -a Causes the output to be appended to the files rather than overwriting them. file Specifies the file that contains the transcribed data. -i Ignores interrupts. DESCRIPTION tee transcribes the standard input to the standard output and makes copies in the specified files. EXAMPLES The command: 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 Executable file January 1992 1