tee.1 - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tee.1 (350B) | |
--- | |
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 | |
28 .B \*9/src/cmd/tee.c |