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
27 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
28 Report tee translation bugs to <http://translationproject.org/team/>
29
31 Written by Mike Parker, Richard M. Stallman, and David MacKenzie.
32
34 Copyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU
35 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
36 This is free software: you are free to change and redistribute it.
37 There is NO WARRANTY, to the extent permitted by law.
38
40 The full documentation for tee is maintained as a Texinfo manual. If
41 the info and tee programs are properly installed at your site, the com‐
42 mand
43
44 info coreutils 'tee invocation'
45
46 should give you access to the complete manual.
47
48
49
50GNU coreutils 8.22 October 2018 TEE(1)