3 tee \- divert stdin to a file
5 \fBtee\fR [\fB\-ai\fR] \fIfile\fR ...\fR
18 .FL "\-a" "Append to the files, rather than overwriting"
19 .FL "\-i" "Ignore interrupts"
21 .EX "cat file1 file2 | tee x" "Save and display two files"
22 .EX "pr file | tee x | lp" "Save the output of \fIpr\fP on \fIx\fP"
26 copies \fIstdin\fR to standard output.
27 It also makes copies on all the files listed as arguments.