delete mention of ^Y; currently don't allow ^Y or ^E.
[unix-history] / usr / src / usr.bin / tee / tee.1
CommitLineData
710f20af 1.\" @(#)tee.1 6.1 (Berkeley) %G%
31cfa0ca 2.\"
710f20af 3.TH TEE 1 ""
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.