Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/man/1/tee – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | 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