BSD 3 development
[unix-history] / usr / man / man1 / tee.1
CommitLineData
e6817382
BJ
1.TH TEE 1
2.SH NAME
3tee \- pipe fitting
4.SH SYNOPSIS
5.B tee
6[
7.B \-i
8] [
9.B \-a
10]
11[ file ] ...
12.SH DESCRIPTION
13.I Tee
14transcribes the standard input to the standard
15output and makes copies in the
16.I files.
17Option
18.B \-i
19ignores interrupts;
20option
21.B \-a
22causes the output to be appended to the
23.I files
24rather than overwriting them.