BSD 4_3_Tahoe release
[unix-history] / usr / src / man / man1 / tee.1
CommitLineData
95f51977 1.\" @(#)tee.1 6.1 (Berkeley) 4/29/85
31cfa0ca 2.\"
95f51977 3.TH TEE 1 "April 29, 1985"
31cfa0ca
KM
4.AT 3
5.SH NAME
6tee \- pipe fitting
7.SH SYNOPSIS
8.B tee
9[
10.B \-i
11] [
12.B \-a
13]
14[ file ] ...
15.SH DESCRIPTION
16.I Tee
17transcribes the standard input to the standard
18output and makes copies in the
19.I files.
20Option
21.B \-i
22ignores interrupts;
23option
24.B \-a
25causes the output to be appended to the
26.I files
27rather than overwriting them.