OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / csplit.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 CSPLIT 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 csplit \- split a file into sections determined by context lines
10 .SH 書式
11 \fBcsplit\fP [\fIOPTION\fP]... \fIFILE PATTERN\fP...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Output pieces of FILE separated by PATTERN(s) to files `xx00', `xx01', ...,
16 and output byte counts of each piece to standard output.
17 .PP
18 Mandatory arguments to long options are mandatory for short options too.
19 .TP 
20 \fB\-b\fP, \fB\-\-suffix\-format\fP=\fIFORMAT\fP
21 use sprintf FORMAT instead of %02d
22 .TP 
23 \fB\-f\fP, \fB\-\-prefix\fP=\fIPREFIX\fP
24 use PREFIX instead of `xx'
25 .TP 
26 \fB\-k\fP, \fB\-\-keep\-files\fP
27 do not remove output files on errors
28 .TP 
29 \fB\-n\fP, \fB\-\-digits\fP=\fIDIGITS\fP
30 use specified number of digits instead of 2
31 .TP 
32 \fB\-s\fP, \fB\-\-quiet\fP, \fB\-\-silent\fP
33 do not print counts of output file sizes
34 .TP 
35 \fB\-z\fP, \fB\-\-elide\-empty\-files\fP
36 remove empty output files
37 .TP 
38 \fB\-\-help\fP
39 この使い方を表示して終了する
40 .TP 
41 \fB\-\-version\fP
42 バージョン情報を表示して終了する
43 .PP
44 Read standard input if FILE is \-.  Each PATTERN may be:
45 .TP 
46 INTEGER
47 copy up to but not including specified line number
48 .TP 
49 /REGEXP/[OFFSET]
50 copy up to but not including a matching line
51 .TP 
52 %REGEXP%[OFFSET]
53 skip to, but not including a matching line
54 .TP 
55 {INTEGER}
56 repeat the previous pattern specified number of times
57 .TP 
58 {*}
59 repeat the previous pattern as many times as possible
60 .PP
61 A line OFFSET is a required `+' or `\-' followed by a positive integer.
62 .SH 作者
63 Stuart Kemp と David MacKenzie が作成した。
64 .SH バグ報告
65 csplit のバグは 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 csplit の翻訳のバグは <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 \fBcsplit\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
80 \fBinfo\fP と \fBcsplit\fP のプログラムがお使いの環境に適切にインストールされているならば、
81 コマンド
82 .IP
83 \fBinfo coreutils \(aqcsplit invocation\(aq\fP
84 .PP
85 を実行すると、完全なマニュアルを読むことができるはずである。