OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / GNU_sh-utils / release / man1 / tee.1
1 .\"    This file documents the GNU shell utilities.
2 .\" 
3 .\"    Copyright (C) 1994 Free Software Foundation, Inc.
4 .\" 
5 .\"    Permission is granted to make and distribute verbatim copies of this
6 .\" manual provided the copyright notice and this permission notice are
7 .\" preserved on all copies.
8 .\" 
9 .\"    Permission is granted to copy and distribute modified versions of
10 .\" this manual under the conditions for verbatim copying, provided that
11 .\" the entire resulting derived work is distributed under the terms of a
12 .\" permission notice identical to this one.
13 .\" 
14 .\"    Permission is granted to copy and distribute translations of this
15 .\" manual into another language, under the above conditions for modified
16 .\" versions, except that this permission notice may be stated in a
17 .\" translation approved by the Foundation.
18 .\"
19 .\"
20 .\" Japanese Version Copyright (c) 1997 CHIDA Kazunori
21 .\"         all rights reserved.
22 .\" Translated Sun Jun 22 10:04:17 JST 1997
23 .\"         by CHIDA Kazunori <chida@mondo.mech.muroran-it.ac.jp>  
24 .\"WORD:        interrupt signals   割り込みシグナル
25 .TH TEE 1L "GNU Shell Utilities" "FSF" \" -*- nroff -*-
26 .SH 名前
27 tee \- 標準入力から読みとり、標準出力とファイルに書き出す
28 .SH 書式
29 .B tee
30 [\-ai] [\-\-append] [\-\-ignore-interrupts] [\-\-help] [\-\-version] [file...]
31 .SH 説明
32 このマニュアル・ページは
33 GNU版
34 .BR tee
35 を文章化したものである。  
36 .B tee
37 コマンドは標準入力を標準出力と引数で与えられた任意のファイルにコピー
38 する。
39 .P
40 もし存在しないファイルに書き出そうとしたなら、このファイルは作成される。  もし
41 すでに存在しているファイルに書き出す時は、以前に書き込まれた内容は
42 .I \-a
43 オプションを使わない限り上書きされる。
44 .SS オプション
45 .TP
46 .I "\-a, \-\-append"
47 ファイル内容を上書きせずに、標準入力をファイルに書き加える。
48 .TP
49 .I "\-\-help"
50 使用方法を標準出力に印字し、正常終了する。
51 .TP
52 .I "\-i, \-\-ignore-interrupts"
53 割り込みシグナル(interrupt signals)を無視する。
54 .TP
55 .I "\-\-version"
56 バージョン情報を標準出力に印字し、正常終了する。