OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/jm.git] / manual / GNU_coreutils / release / man1 / cat.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 CAT 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 ファイルの内容を連結して標準出力に出力する
10 .SH 書式
11 \fBcat\fP [\fIOPTION\fP]... [\fIFILE\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 指定された FILE (複数可) や標準入力を連結して、標準出力に出力する。
16 .TP 
17 \fB\-A\fP, \fB\-\-show\-all\fP
18 \fB\-vET\fP と等価。
19 .TP 
20 \fB\-b\fP, \fB\-\-number\-nonblank\fP
21 空でない出力行に行番号を付ける。
22 .TP 
23 \fB\-e\fP
24 \fB\-vE\fP と等価。
25 .TP 
26 \fB\-E\fP, \fB\-\-show\-ends\fP
27 各行の末尾に $ を表示する。
28 .TP 
29 \fB\-n\fP, \fB\-\-number\fP
30 全ての出力行に行番号を付ける。
31 .TP 
32 \fB\-s\fP, \fB\-\-squeeze\-blank\fP
33 連続した空の出力行をまとめる。
34 .TP 
35 \fB\-t\fP
36 \fB\-vT\fP と等価。
37 .TP 
38 \fB\-T\fP, \fB\-\-show\-tabs\fP
39 タブ文字を ^I で表示する。
40 .TP 
41 \fB\-u\fP
42 (無視される)
43 .TP 
44 \fB\-v\fP, \fB\-\-show\-nonprinting\fP
45 (LFD と TAB 以外の) 非表示文字を ^ や M\- 記法で表示する。
46 .TP 
47 \fB\-\-help\fP
48 この使い方を表示して終了する
49 .TP 
50 \fB\-\-version\fP
51 バージョン情報を表示して終了する
52 .PP
53 FILE が指定されていないか、FILE に \- が指定された場合、
54 標準入力からデータを読み込む。
55 .SH 例
56 .TP 
57 cat f \- g
58 最初に f の内容を出力し、次に標準入力を出力し、最後に g の内容を出力する。
59 .TP 
60 cat
61 標準入力を標準出力にコピーする。
62 .SH 作者
63 Torbjorn Granlund と Richard M. Stallman が作成した。
64 .SH バグ報告
65 cat のバグは bug\-coreutils@gnu.org に報告してください。
66 .br
67 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
68 .br
69 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
70 .br
71 cat の翻訳のバグは <http://translationproject.org/team/> に報告してください。
72 .SH 著作権
73 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
74 version 3 or later <http://gnu.org/licenses/gpl.html>.
75 .br
76 This is free software: you are free to change and redistribute it.  There is
77 NO WARRANTY, to the extent permitted by law.
78 .SH 関連項目
79 \fBcat\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
80 \fBinfo\fP と \fBcat\fP のプログラムがお使いの環境に適切にインストールされているならば、
81 コマンド
82 .IP
83 \fBinfo coreutils \(aqcat invocation\(aq\fP
84 .PP
85 を実行すると、完全なマニュアルを読むことができるはずである。