OSDN Git Service

4ce2e6d08147e08313d830403cbf8b5704dbb92e
[linuxjm/coreutils.git] / draft / man1 / split.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
2 .TH SPLIT "1" "2012年4月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 split \- ファイルを複数に分割する
5 .SH 書式
6 .B split
7 [\fIOPTION\fR]... [\fIINPUT \fR[\fIPREFIX\fR]]
8 .SH 説明
9 .\" Add any additional description here
10 .PP
11 Output fixed\-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default
12 size is 1000 lines, and default PREFIX is 'x'.  With no INPUT, or when INPUT
13 is \-, read standard input.
14 .PP
15 長いオプションに必須の引数は短いオプションにも必須です。
16 .TP
17 \fB\-a\fR, \fB\-\-suffix\-length\fR=\fIN\fR
18 generate suffixes of length N (default 2)
19 .TP
20 \fB\-\-additional\-suffix\fR=\fISUFFIX\fR
21 append an additional SUFFIX to file names.
22 .TP
23 \fB\-b\fR, \fB\-\-bytes\fR=\fISIZE\fR
24 put SIZE bytes per output file
25 .TP
26 \fB\-C\fR, \fB\-\-line\-bytes\fR=\fISIZE\fR
27 put at most SIZE bytes of lines per output file
28 .TP
29 \fB\-d\fR, \fB\-\-numeric\-suffixes\fR[=\fIFROM\fR]
30 use numeric suffixes instead of alphabetic.
31 FROM changes the start value (default 0).
32 .TP
33 \fB\-e\fR, \fB\-\-elide\-empty\-files\fR
34 do not generate empty output files with '\-n'
35 .TP
36 \fB\-\-filter\fR=\fICOMMAND\fR
37 write to shell COMMAND; file name is $FILE
38 .TP
39 \fB\-l\fR, \fB\-\-lines\fR=\fINUMBER\fR
40 put NUMBER lines per output file
41 .TP
42 \fB\-n\fR, \fB\-\-number\fR=\fICHUNKS\fR
43 generate CHUNKS output files.  See below
44 .TP
45 \fB\-u\fR, \fB\-\-unbuffered\fR
46 immediately copy input to output with '\-n r/...'
47 .TP
48 \fB\-\-verbose\fR
49 各出力ファイルを開く前に診断メッセージを
50 表示する
51 .TP
52 \fB\-\-help\fR
53 この使い方を表示して終了する
54 .TP
55 \fB\-\-version\fR
56 バージョン情報を表示して終了する
57 .PP
58 SIZE は整数で、追加で単位を指定できます
59 (例えば、10M は 10*1024*1024 です)。
60 単位には K, M, G, T, P, E, Z, Y (1024 の累乗) や
61 KB, MB, ... (1000 の累乗) が使用できます。
62 .PP
63 CHUNKS may be:
64 N       split into N files based on size of input
65 K/N     output Kth of N to stdout
66 l/N     split into N files without splitting lines
67 l/K/N   output Kth of N to stdout without splitting lines
68 r/N     like 'l' but use round robin distribution
69 r/K/N   likewise but only output Kth of N to stdout
70 .SH 作者
71 作者 Torbjörn Granlund および Richard M. Stallman。
72 .SH バグの報告
73 split のバグを発見した場合は bug\-coreutils@gnu.org に報告してください。
74 GNU coreutils のホームページ: <http://www.gnu.org/software/coreutils/>
75 GNU ソフトウェアを使用する際の一般的なヘルプ: <http://www.gnu.org/gethelp/>
76 split の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
77 完全な文書を参照する場合は info coreutils 'split invocation' を実行してください。
78 .SH 著作権
79 Copyright \(co 2012 Free Software Foundation, Inc.
80 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
81 This is free software: you are free to change and redistribute it.
82 There is NO WARRANTY, to the extent permitted by law.
83 .SH 関連項目
84 .B split
85 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
86 .B info
87 および
88 .B split
89 のプログラムが正しくインストールされているならば、コマンド
90 .IP
91 .B info split
92 .PP
93 を使用すると完全なマニュアルを読むことができるはずだ。