OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / tee.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH TEE "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 tee \- read from standard input and write to standard output and files
5 .SH SYNOPSIS
6 .B tee
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Copy standard input to each FILE, and also to standard output.
12 .TP
13 \fB\-a\fR, \fB\-\-append\fR
14 append to the given FILEs, do not overwrite
15 .TP
16 \fB\-i\fR, \fB\-\-ignore\-interrupts\fR
17 ignore interrupt signals
18 .TP
19 \fB\-\-help\fR
20 display this help and exit
21 .TP
22 \fB\-\-version\fR
23 output version information and exit
24 .PP
25 If a FILE is \-, copy again to standard output.
26 .SH AUTHOR
27 Written by Mike Parker, Richard M. Stallman, and David MacKenzie.
28 .SH "REPORTING BUGS"
29 Report tee bugs to bug\-coreutils@gnu.org
30 .br
31 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
32 .br
33 General help using GNU software: <http://www.gnu.org/gethelp/>
34 .br
35 Report tee translation bugs to <http://translationproject.org/team/>
36 .SH COPYRIGHT
37 Copyright \(co 2012 Free Software Foundation, Inc.
38 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
39 .br
40 This is free software: you are free to change and redistribute it.
41 There is NO WARRANTY, to the extent permitted by law.
42 .SH "SEE ALSO"
43 The full documentation for
44 .B tee
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B tee
49 programs are properly installed at your site, the command
50 .IP
51 .B info coreutils \(aqtee invocation\(aq
52 .PP
53 should give you access to the complete manual.