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 tee bugs to bug-coreutils@gnu.org
32 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
33 General help using GNU software: <http://www.gnu.org/gethelp/>
34 Report tee translation bugs to <http://translationproject.org/team/>
35
37 Copyright © 2010 Free Software Foundation, Inc. License GPLv3+: GNU
38 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
39 This is free software: you are free to change and redistribute it.
40 There is NO WARRANTY, to the extent permitted by law.
41
43 The full documentation for tee is maintained as a Texinfo manual. If
44 the info and tee programs are properly installed at your site, the com‐
45 mand
46
47 info coreutils 'tee invocation'
48
49 should give you access to the complete manual.
50
51
52
53GNU coreutils 8.4 June 2018 TEE(1)