BSD 4_4 development
[unix-history] / usr / share / man / cat1 / tee.0
CommitLineData
22072751
C
1TEE(1) BSD Reference Manual TEE(1)
2
3N\bNA\bAM\bME\bE
4 t\bte\bee\be - pipe fitting
5
6S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
7 t\bte\bee\be [-\b-a\bai\bi] [_\bf_\bi_\bl_\be _\b._\b._\b.]
8
9D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
10 The t\bte\bee\be utility copies standard input to standard output, making a copy
11 in zero or more files. The output is unbuffered.
12
13 The following options are available:
14
15 -\b-a\ba Append the output to the files rather than overwriting them.
16
17 -\b-i\bi Ignore the SIGINT signal.
18
19 The following operands are available:
20
21 file A pathname of an output _\bf_\bi_\bl_\be.
22
23 The t\bte\bee\be utility takes the default action for all signals, except in the
24 event of the -\b-i\bi option.
25
26 The t\bte\bee\be utility exits 0 on success, and >0 if an error occurs.
27
28S\bST\bTA\bAN\bND\bDA\bAR\bRD\bDS\bS
29 The t\bte\bee\be function is expected to be POSIX IEEE Std1003.2 (``POSIX'') com-
30 patible.
31
324.4BSD June 6, 1993 1