OSDN Git Service

GNU_coreutils: translation snapshot.
[linuxjm/jm.git] / manual / GNU_coreutils / release / man1 / tee.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH TEE 1 "March 2012" "GNU coreutils 8.16" ユーザーコマンド
8 .SH 名前
9 tee \- read from standard input and write to standard output and files
10 .SH 書式
11 \fBtee\fP [\fIOPTION\fP]... [\fIFILE\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Copy standard input to each FILE, and also to standard output.
16 .TP 
17 \fB\-a\fP, \fB\-\-append\fP
18 append to the given FILEs, do not overwrite
19 .TP 
20 \fB\-i\fP, \fB\-\-ignore\-interrupts\fP
21 ignore interrupt signals
22 .TP 
23 \fB\-\-help\fP
24 この使い方を表示して終了します。
25 .TP 
26 \fB\-\-version\fP
27 バージョン情報を表示して終了します。
28 .PP
29 If a FILE is \-, copy again to standard output.
30 .SH 作者
31 Mike Parker, Richard M. Stallman, David MacKenzie が作成しました。
32 .SH バグ報告
33 tee のバグは bug\-coreutils@gnu.org に報告してください。
34 .br
35 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
36 .br
37 GNU ソフトウェアを使用するための一般的なヘルプは
38 <http://www.gnu.org/gethelp/> にあります。
39 .br
40 tee の翻訳のバグは <http://translationproject.org/team/> に報告してください。
41 .SH 著作権
42 Copyright \(co 2012 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
43 version 3 or later <http://gnu.org/licenses/gpl.html>.
44 .br
45 This is free software: you are free to change and redistribute it.  There is
46 NO WARRANTY, to the extent permitted by law.
47 .SH 関連項目
48 \fBtee\fP の完全なマニュアルは Texinfo マニュアルとして用意されています。
49 \fBinfo\fP と \fBtee\fP のプログラムがお使いの環境に適切にインストールされているならば、
50 コマンド
51 .IP
52 \fBinfo coreutils \(aqtee invocation\(aq\fP
53 .PP
54 を実行すると、完全なマニュアルを読むことができるはずです。