1TEE(1) User Commands TEE(1)
2
3
4
6 tee - read from standard input and write to standard output and files
7
9 tee [OPTION]... [FILE]...
10
12 Copy standard input to each FILE, and also to standard output.
13
14 -a, --append
15 append to the given FILEs, do not overwrite
16
17 -i, --ignore-interrupts
18 ignore interrupt signals
19
20 --help display this help and exit
21
22 --version
23 output version information and exit
24
25 If a FILE is -, copy again to standard output.
26
28 Written by Mike Parker, Richard M. Stallman, and David MacKenzie.
29
31 Report bugs to <bug-coreutils@gnu.org>.
32
34 Copyright © 2007 Free Software Foundation, Inc.
35 This is free software. You may redistribute copies of it under the
36 terms of the GNU General Public License
37 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
38 extent permitted by law.
39
41 The full documentation for tee is maintained as a Texinfo manual. If
42 the info and tee programs are properly installed at your site, the com‐
43 mand
44
45 info tee
46
47 should give you access to the complete manual.
48
49
50
51GNU coreutils 6.9 March 2008 TEE(1)