summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/tee.1
blob: b4dbc7dc39a0d2a8d8d5e2ecf55d5aa7269fb94b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH TEE 1
.CT 1 shell
.SH NAME
tee \- pipe fitting
.SH SYNOPSIS
.B tee
[
.B -i
]
[
.B -a
]
[
.I file ...
]
.SH DESCRIPTION
.I Tee
transcribes the standard input to the standard
output and makes copies in the
.I files.
The options are
.TP
.B -i
Ignore interrupts.
.TP
.B -a
Append the output to the
.I files
rather than rewriting them.