xref: /freebsd/usr.bin/split/split.1 (revision a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab)
19b50d902SRodney W. Grimes.\" Copyright (c) 1990, 1991, 1993, 1994
29b50d902SRodney W. Grimes.\"	The Regents of the University of California.  All rights reserved.
39b50d902SRodney W. Grimes.\"
49b50d902SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without
59b50d902SRodney W. Grimes.\" modification, are permitted provided that the following conditions
69b50d902SRodney W. Grimes.\" are met:
79b50d902SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright
89b50d902SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer.
99b50d902SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright
109b50d902SRodney W. Grimes.\"    notice, this list of conditions and the following disclaimer in the
119b50d902SRodney W. Grimes.\"    documentation and/or other materials provided with the distribution.
129b50d902SRodney W. Grimes.\" 3. All advertising materials mentioning features or use of this software
139b50d902SRodney W. Grimes.\"    must display the following acknowledgement:
149b50d902SRodney W. Grimes.\"	This product includes software developed by the University of
159b50d902SRodney W. Grimes.\"	California, Berkeley and its contributors.
169b50d902SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors
179b50d902SRodney W. Grimes.\"    may be used to endorse or promote products derived from this software
189b50d902SRodney W. Grimes.\"    without specific prior written permission.
199b50d902SRodney W. Grimes.\"
209b50d902SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
219b50d902SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
229b50d902SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
239b50d902SRodney W. Grimes.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
249b50d902SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
259b50d902SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
269b50d902SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
279b50d902SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
289b50d902SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
299b50d902SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
309b50d902SRodney W. Grimes.\" SUCH DAMAGE.
319b50d902SRodney W. Grimes.\"
329b50d902SRodney W. Grimes.\"	@(#)split.1	8.3 (Berkeley) 4/16/94
33c3aac50fSPeter Wemm.\" $FreeBSD$
349b50d902SRodney W. Grimes.\"
35a6dd1c93SGiorgos Keramidas.Dd August 10, 2006
369b50d902SRodney W. Grimes.Dt SPLIT 1
379b50d902SRodney W. Grimes.Os
389b50d902SRodney W. Grimes.Sh NAME
399b50d902SRodney W. Grimes.Nm split
409b50d902SRodney W. Grimes.Nd split a file into pieces
419b50d902SRodney W. Grimes.Sh SYNOPSIS
428fe908efSRuslan Ermilov.Nm
439b50d902SRodney W. Grimes.Op Fl l Ar line_count
4449198c42SGiorgos Keramidas.Op Fl a Ar suffix_length
4549198c42SGiorgos Keramidas.Op Ar file Op Ar prefix
4649198c42SGiorgos Keramidas.Nm
4749198c42SGiorgos Keramidas.Fl b Ar byte_count Ns
4849198c42SGiorgos Keramidas.Oo
49a6dd1c93SGiorgos Keramidas.Cm K Ns | Ns Cm k Ns | Ns Cm M Ns | Ns Cm m Ns | Ns Cm G Ns | Ns Cm g
5049198c42SGiorgos Keramidas.Oc
5149198c42SGiorgos Keramidas.Op Fl a Ar suffix_length
5249198c42SGiorgos Keramidas.Op Ar file Op Ar prefix
5349198c42SGiorgos Keramidas.Nm
5449198c42SGiorgos Keramidas.Fl p Ar pattern
5549198c42SGiorgos Keramidas.Op Fl a Ar suffix_length
5649198c42SGiorgos Keramidas.Op Ar file Op Ar prefix
579b50d902SRodney W. Grimes.Sh DESCRIPTION
589b50d902SRodney W. GrimesThe
598fe908efSRuslan Ermilov.Nm
609b50d902SRodney W. Grimesutility reads the given
619b50d902SRodney W. Grimes.Ar file
6249198c42SGiorgos Keramidasand breaks it up into files of 1000 lines each
6349198c42SGiorgos Keramidas(if no options are specified), leaving the
6449198c42SGiorgos Keramidas.Ar file
6549198c42SGiorgos Keramidasunchanged.
663e4228c3STim J. RobbinsIf
673e4228c3STim J. Robbins.Ar file
683e4228c3STim J. Robbinsis a single dash
69f9988a58SRuslan Ermilov.Pq Sq Fl
703e4228c3STim J. Robbinsor absent,
713e4228c3STim J. Robbins.Nm
723e4228c3STim J. Robbinsreads from the standard input.
739b50d902SRodney W. Grimes.Pp
749b50d902SRodney W. GrimesThe options are as follows:
7549198c42SGiorgos Keramidas.Bl -tag -width indent
7633eafb83STim J. Robbins.It Fl a Ar suffix_length
7741850495SMike BarcroftUse
7841850495SMike Barcroft.Ar suffix_length
7941850495SMike Barcroftletters to form the suffix of the file name.
80a6dd1c93SGiorgos Keramidas.It Fl b Ar byte_count Ns Op Cm K Ns | Ns Cm k Ns | Ns Cm M Ns | Ns Cm m Ns | Ns Cm G Ns | Ns Cm g
819b50d902SRodney W. GrimesCreate smaller files
829b50d902SRodney W. Grimes.Ar byte_count
839b50d902SRodney W. Grimesbytes in length.
849b50d902SRodney W. GrimesIf
854e9e907dSRuslan Ermilov.Cm k
86a6dd1c93SGiorgos Keramidasor
87a6dd1c93SGiorgos Keramidas.Cm K
889b50d902SRodney W. Grimesis appended to the number, the file is split into
899b50d902SRodney W. Grimes.Ar byte_count
909b50d902SRodney W. Grimeskilobyte pieces.
919b50d902SRodney W. GrimesIf
924e9e907dSRuslan Ermilov.Cm m
93a6dd1c93SGiorgos Keramidasor
94a6dd1c93SGiorgos Keramidas.Cm M
959b50d902SRodney W. Grimesis appended to the number, the file is split into
969b50d902SRodney W. Grimes.Ar byte_count
979b50d902SRodney W. Grimesmegabyte pieces.
98a6dd1c93SGiorgos KeramidasIf
99a6dd1c93SGiorgos Keramidas.Cm g
100a6dd1c93SGiorgos Keramidasor
101a6dd1c93SGiorgos Keramidas.Cm G
102a6dd1c93SGiorgos Keramidasis appended to the number, the file is split into
103a6dd1c93SGiorgos Keramidas.Ar byte_count
104a6dd1c93SGiorgos Keramidasgigabyte pieces.
10533eafb83STim J. Robbins.It Fl l Ar line_count
1069b50d902SRodney W. GrimesCreate smaller files
10749198c42SGiorgos Keramidas.Ar line_count
1089b50d902SRodney W. Grimeslines in length.
1092fa6610fSArchie Cobbs.It Fl p Ar pattern
1102fa6610fSArchie CobbsThe file is split whenever an input line matches
1112fa6610fSArchie Cobbs.Ar pattern ,
1122fa6610fSArchie Cobbswhich is interpreted as an extended regular expression.
1132fa6610fSArchie CobbsThe matching line will be the first line of the next output file.
1142fa6610fSArchie CobbsThis option is incompatible with the
1152fa6610fSArchie Cobbs.Fl b
1162fa6610fSArchie Cobbsand
1172fa6610fSArchie Cobbs.Fl l
1182fa6610fSArchie Cobbsoptions.
1199b50d902SRodney W. Grimes.El
1209b50d902SRodney W. Grimes.Pp
1219b50d902SRodney W. GrimesIf additional arguments are specified, the first is used as the name
1229b50d902SRodney W. Grimesof the input file which is to be split.
1239b50d902SRodney W. GrimesIf a second additional argument is specified, it is used as a prefix
1249b50d902SRodney W. Grimesfor the names of the files into which the file is split.
1259b50d902SRodney W. GrimesIn this case, each file into which the file is split is named by the
12641850495SMike Barcroftprefix followed by a lexically ordered suffix using
12741850495SMike Barcroft.Ar suffix_length
12841850495SMike Barcroftcharacters in the range
12949198c42SGiorgos Keramidas.Dq Li a Ns  - Ns Li z .
13041850495SMike BarcroftIf
13141850495SMike Barcroft.Fl a
13241850495SMike Barcroftis not specified, two letters are used as the suffix.
1339b50d902SRodney W. Grimes.Pp
1349b50d902SRodney W. GrimesIf the
13549198c42SGiorgos Keramidas.Ar prefix
1369b50d902SRodney W. Grimesargument is not specified, the file is split into lexically ordered
137e93586dfSTim J. Robbinsfiles named with the prefix
138e93586dfSTim J. Robbins.Dq Li x
13941850495SMike Barcroftand with suffixes as above.
1405c9fc899STim J. Robbins.Sh ENVIRONMENT
1415c9fc899STim J. RobbinsThe
1425c9fc899STim J. Robbins.Ev LANG , LC_ALL , LC_CTYPE
1435c9fc899STim J. Robbinsand
1445c9fc899STim J. Robbins.Ev LC_COLLATE
1455c9fc899STim J. Robbinsenvironment variables affect the execution of
1465c9fc899STim J. Robbins.Nm
1475c9fc899STim J. Robbinsas described in
1485c9fc899STim J. Robbins.Xr environ 7 .
149a866e170SRuslan Ermilov.Sh EXIT STATUS
1505c9fc899STim J. Robbins.Ex -std
1512fa6610fSArchie Cobbs.Sh SEE ALSO
1523662a240STim J. Robbins.Xr csplit 1 ,
15376a06f84SBen Smithurst.Xr re_format 7
1543662a240STim J. Robbins.Sh STANDARDS
1553662a240STim J. RobbinsThe
1563662a240STim J. Robbins.Nm
1573662a240STim J. Robbinsutility conforms to
1583662a240STim J. Robbins.St -p1003.1-2001 .
1599b50d902SRodney W. Grimes.Sh HISTORY
1609b50d902SRodney W. GrimesA
1618fe908efSRuslan Ermilov.Nm
1629b50d902SRodney W. Grimescommand appeared in
16303c249afSTim J. Robbins.At v3 .
164242093bbSTim J. Robbins.Sh BUGS
165242093bbSTim J. RobbinsThe maximum line length for matching patterns is 65536.
166