OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / gnumaniak / draft / man1 / tee.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU tee man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .\"
15 .\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
16 .\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
17 .\" 
18 .TH tee 1 "18 June 2002" "GNU Shell Utilities 2.1"
19 .\"O .SH NAME
20 .\"O tee \- read from standard input and write to standard output and files
21 .SH 名前
22 tee \- 標準入力から読んだ内容を標準出力とファイルとに書き出す
23 .\"O .SH SYNOPSIS
24 .SH 書式
25 .B tee [\-ai] [\-\-append] [\-\-ignore-interrupts]
26 .BI [ file... ]
27 .sp
28 .B tee [\-\-help] [\-\-version]
29 .\"O .SH DESCRIPTION
30 .SH 説明
31 .\"O .B tee
32 .\"O copies the standard input to the standard output and any
33 .\"O files given as arguments. It is useful when you want not only to send
34 .\"O some data down a pipe, but also to save a copy.
35 .B tee
36 コマンドは標準入力を、
37 標準出力と引数で与えられた全てのファイルとにコピーする。
38 何らかのデータをパイプに送るとき、
39 同時にそのコピーを保存しておきたいときに便利だろう。
40 .P
41 .\"O If a file being written to does not already exist, it is created.  If
42 .\"O a file being written to already exists, the data it previously
43 .\"O contained is overwritten unless the
44 .\"O .B \-a
45 .\"O option is used.
46 存在しないファイルに書き出そうとすると、このファイルは作成される。
47 もしすでに存在しているファイルに書き出そうとすると、
48 .I \-a
49 オプションを使わない限り、以前の内容は上書きされる。
50 .\"O .SH OPTIONS
51 .SH オプション
52 .TP
53 .B "\-a, \-\-append"
54 .\"O Append the standard input to the given files rather than overwriting them.
55 ファイル内容を上書きせずに、標準入力をファイルに追加する。
56 .TP
57 .B "\-i, \-\-ignore-interrupts"
58 .\"O Ignore interrupt signals.
59 割り込みシグナルを無視する。
60 .TP
61 .B "\-\-help"
62 .\"O Print a usage message on standard output and exit successfully.
63 標準出力に使用方法のメッセージを出力して正常終了する。
64 .TP
65 .B "\-\-version"
66 .\"O Print version information on standard output then exit successfully.
67 標準出力にバージョン情報を出力して正常終了する。
68 .\"O .SH NOTES
69 .SH 注意
70 .\"O Report bugs to bug-sh-utils@gnu.org.
71 .\"O Page updated by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
72 プログラムのバグについては bug-sh-utils@gnu.org に報告してください。
73 ページの更新は Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> が行っています。