tee.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tee.1 (420B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt TEE 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm tee | |
6 .Nd multiply stdin | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl ai | |
10 .Op Ar file ... | |
11 .Sh DESCRIPTION | |
12 .Nm | |
13 reads from stdin and writes to stdout and each | |
14 .Ar file . | |
15 .Sh OPTIONS | |
16 .Bl -tag -width Ds | |
17 .It Fl a | |
18 Append to each | |
19 .Ar file | |
20 instead of overwriting it. | |
21 .It Fl i | |
22 Ignore SIGINT, see | |
23 .Xr signal 7 . | |
24 .El | |
25 .Sh STANDARDS | |
26 The | |
27 .Nm | |
28 utility is compliant with the | |
29 .St -p1003.1-2013 | |
30 specification. |