rsc | cfa37a7 | 2004-04-10 18:53:55 +0000 | [diff] [blame] | 1 | .TH TEE 1 |
2 | .SH NAME | ||||
3 | tee \- 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 | ||||
15 | transcribes the standard input to the standard | ||||
16 | output and makes copies in the | ||||
17 | .IR files . | ||||
18 | The options are | ||||
19 | .TP | ||||
20 | .B -i | ||||
21 | Ignore interrupts. | ||||
22 | .TP | ||||
23 | .B -a | ||||
24 | Append the output to the | ||||
25 | .I files | ||||
26 | rather than rewriting them. | ||||
27 | .SH SOURCE | ||||
rsc | c3674de | 2005-01-11 17:37:33 +0000 | [diff] [blame] | 28 | .B \*9/src/cmd/tee.c |