xref: /386bsd/usr/share/man/cat1/tee.0 (revision a2142627)
1TEE(1)                      386BSD Reference Manual                     TEE(1)
2
3NNAAMMEE
4     tteeee - Pipe fitting.
5
6SSYYNNOOPPSSIISS
7     tteeee [--aaii] [_f_i_l_e ...]
8
9DDEESSCCRRIIPPTTIIOONN
10     The tteeee 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     --aa      Append the output to the files rather than overwriting them.
16
17     --ii      Ignore the SIGINT signal.
18
19     The following operands are available:
20
21     file  A pathname of an output _f_i_l_e.
22
23     The tteeee utility takes the default action for all signals, except in the
24     event of the --ii option.
25
26     The tteeee utility exits 0 on success, and >0 if an error occurs.
27
28SSTTAANNDDAARRDDSS
29     The tteeee function is expected to be POSIX IEEE Std1003.2 (``POSIX'')
30     compatible.
31
32BSD Experimental                 July 29, 1991                               1
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67