OSDN Git Service

GNU_coreutils: Add draft manpages.
[linuxjm/jm.git] / manual / GNU_coreutils / 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 is an integer and optional unit (example: 10M is 10*1024*1024).  Units
59 are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of 1000).
60 .PP
61 CHUNKS may be:
62 N       split into N files based on size of input
63 K/N     output Kth of N to stdout
64 l/N     split into N files without splitting lines
65 l/K/N   output Kth of N to stdout without splitting lines
66 r/N     like 'l' but use round robin distribution
67 r/K/N   likewise but only output Kth of N to stdout
68 .SH 作者
69 作者 Torbjörn Granlund および Richard M. Stallman。
70 .SH バグの報告
71 split のバグを発見した場合は bug\-coreutils@gnu.org に報告してください。
72 GNU coreutils のホームページ: <http://www.gnu.org/software/coreutils/>
73 GNU ソフトウェアを使用する際の一般的なヘルプ: <http://www.gnu.org/gethelp/>
74 split の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。
75 完全な文書を参照する場合は info coreutils 'split invocation' を実行してください。
76 .SH 著作権
77 Copyright \(co 2012 Free Software Foundation, Inc.
78 ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
79 This is free software: you are free to change and redistribute it.
80 There is NO WARRANTY, to the extent permitted by law.
81 .SH 関連項目
82 .B split
83 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
84 .B info
85 および
86 .B split
87 のプログラムが正しくインストールされているならば、コマンド
88 .IP
89 .B info split
90 .PP
91 を使用すると完全なマニュアルを読むことができるはずだ。