3 tee \- divert stdin to a file
5 \fBtee\fR [\fB\-ai\fR] \fIfile\fR ...\fR
20 # Append to the files, rather than overwriting
26 .B cat file1 file2 | tee x
27 # Save and display two files
29 .B pr file | tee x | lp
30 # Save the output of \fIpr\fP on \fIx\fP
34 copies \fIstdin\fR to standard output.
35 It also makes copies on all the files listed as arguments.