OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / tac.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 TAC 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 tac \- concatenate and print files in reverse
10 .SH 書式
11 \fBtac\fP [\fIOPTION\fP]... [\fIFILE\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Write each FILE to standard output, last line first.  With no FILE, or when
16 FILE is \-, read standard input.
17 .PP
18 Mandatory arguments to long options are mandatory for short options too.
19 .TP 
20 \fB\-b\fP, \fB\-\-before\fP
21 attach the separator before instead of after
22 .TP 
23 \fB\-r\fP, \fB\-\-regex\fP
24 interpret the separator as a regular expression
25 .TP 
26 \fB\-s\fP, \fB\-\-separator\fP=\fISTRING\fP
27 use STRING as the separator instead of newline
28 .TP 
29 \fB\-\-help\fP
30 この使い方を表示して終了する
31 .TP 
32 \fB\-\-version\fP
33 バージョン情報を表示して終了する
34 .SH 作者
35 Jay Lepreau と David MacKenzie が作成した。
36 .SH バグ報告
37 tac のバグは bug\-coreutils@gnu.org に報告してください。
38 .br
39 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
40 .br
41 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
42 .br
43 tac の翻訳のバグは <http://translationproject.org/team/> に報告してください。
44 .SH 著作権
45 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
46 version 3 or later <http://gnu.org/licenses/gpl.html>.
47 .br
48 This is free software: you are free to change and redistribute it.  There is
49 NO WARRANTY, to the extent permitted by law.
50 .SH 関連項目
51 \fBrev\fP(1).
52 .PP
53 \fBtac\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
54 \fBinfo\fP と \fBtac\fP のプログラムがお使いの環境に適切にインストールされているならば、
55 コマンド
56 .IP
57 \fBinfo coreutils \(aqtac invocation\(aq\fP
58 .PP
59 を実行すると、完全なマニュアルを読むことができるはずである。