Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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 /sys/src/cmd/tee.c