blob: 428ebbce89abe2c070664f8bf474a75d8a3d02d3 [file] [log] [blame]
rsccfa37a72004-04-10 18:53:55 +00001.TH TEE 1
2.SH NAME
3tee \- pipe fitting
4.SH SYNOPSIS
5.B tee
6[
7.B -i
8]
9[
10.B -a
11]
12.I files
13.SH DESCRIPTION
14.I Tee
15transcribes the standard input to the standard
16output and makes copies in the
17.IR files .
18The options are
19.TP
20.B -i
21Ignore interrupts.
22.TP
23.B -a
24Append the output to the
25.I files
26rather than rewriting them.
27.SH SOURCE
rscc3674de2005-01-11 17:37:33 +000028.B \*9/src/cmd/tee.c