Tizen 2.0 Release
[external/tizen-coreutils.git] / man / split.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH SPLIT "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 split \- split a file into pieces
5 .SH SYNOPSIS
6 .B split
7 [\fIOPTION\fR] [\fIINPUT \fR[\fIPREFIX\fR]]
8 .SH DESCRIPTION
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 Mandatory arguments to long options are mandatory for short options too.
16 .TP
17 \fB\-a\fR, \fB\-\-suffix\-length\fR=\fIN\fR
18 use suffixes of length N (default 2)
19 .TP
20 \fB\-b\fR, \fB\-\-bytes\fR=\fISIZE\fR
21 put SIZE bytes per output file
22 .TP
23 \fB\-C\fR, \fB\-\-line\-bytes\fR=\fISIZE\fR
24 put at most SIZE bytes of lines per output file
25 .TP
26 \fB\-d\fR, \fB\-\-numeric\-suffixes\fR
27 use numeric suffixes instead of alphabetic
28 .TP
29 \fB\-l\fR, \fB\-\-lines\fR=\fINUMBER\fR
30 put NUMBER lines per output file
31 .TP
32 \fB\-\-verbose\fR
33 print a diagnostic to standard error just
34 before each output file is opened
35 .TP
36 \fB\-\-help\fR
37 display this help and exit
38 .TP
39 \fB\-\-version\fR
40 output version information and exit
41 .PP
42 SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.
43 .SH AUTHOR
44 Written by Torbjorn Granlund and Richard M. Stallman.
45 .SH "REPORTING BUGS"
46 Report bugs to <bug\-coreutils@gnu.org>.
47 .SH COPYRIGHT
48 Copyright \(co 2007 Free Software Foundation, Inc.
49 .br
50 This is free software.  You may redistribute copies of it under the terms of
51 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
52 There is NO WARRANTY, to the extent permitted by law.
53 .SH "SEE ALSO"
54 The full documentation for
55 .B split
56 is maintained as a Texinfo manual.  If the
57 .B info
58 and
59 .B split
60 programs are properly installed at your site, the command
61 .IP
62 .B info split
63 .PP
64 should give you access to the complete manual.