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 ap- pended to the files rather than overwriting them. EXAMPLES 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 April, 1990 1