OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / tee.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH TEE "1" "January 2016" "GNU coreutils 8.25" "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 [\fI\,OPTION\/\fR]... [\fI\,FILE\/\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\-p\fR
20 diagnose errors writing to non pipes
21 .TP
22 \fB\-\-output\-error\fR[=\fI\,MODE\/\fR]
23 set behavior on write error.  See MODE below
24 .TP
25 \fB\-\-help\fR
26 display this help and exit
27 .TP
28 \fB\-\-version\fR
29 output version information and exit
30 .SS "MODE determines behavior with write errors on the outputs:"
31 .TP
32 \&'warn'
33 diagnose errors writing to any output
34 .TP
35 \&'warn\-nopipe'
36 diagnose errors writing to any output not a pipe
37 .TP
38 \&'exit'
39 exit on error writing to any output
40 .TP
41 \&'exit\-nopipe'
42 exit on error writing to any output not a pipe
43 .PP
44 The default MODE for the \fB\-p\fR option is 'warn\-nopipe'.
45 The default operation when \fB\-\-output\-error\fR is not specified, is to
46 exit immediately on error writing to a pipe, and diagnose errors
47 writing to non pipe outputs.
48 .SH AUTHOR
49 Written by Mike Parker, Richard M. Stallman, and David MacKenzie.
50 .SH "REPORTING BUGS"
51 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
52 .br
53 Report tee translation bugs to <http://translationproject.org/team/>
54 .SH COPYRIGHT
55 Copyright \(co 2016 Free Software Foundation, Inc.
56 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57 .br
58 This is free software: you are free to change and redistribute it.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH "SEE ALSO"
61 Full documentation at: <http://www.gnu.org/software/coreutils/tee>
62 .br
63 or available locally via: info \(aq(coreutils) tee invocation\(aq