2015-10-08 15:15:08 +00:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt SPLIT 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-31 13:07:13 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm split
|
|
|
|
.Nd split up a file
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2015-03-17 21:59:48 +00:00
|
|
|
.Op Fl a Ar num
|
|
|
|
.Op Fl b Ar num[k|m|g] | Fl l Ar num
|
2015-01-31 13:07:13 +00:00
|
|
|
.Op Fl d
|
2015-03-17 21:59:48 +00:00
|
|
|
.Op Ar file Op Ar prefix
|
2015-01-31 13:07:13 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2015-03-17 21:59:48 +00:00
|
|
|
splits
|
|
|
|
.Ar file
|
|
|
|
into files with 1000 lines each, named with
|
|
|
|
.Ar prefix
|
|
|
|
"x" followed by 2-digit alphabetical count suffixes.
|
|
|
|
If
|
2015-01-31 13:07:13 +00:00
|
|
|
.Nm
|
2015-03-17 21:59:48 +00:00
|
|
|
runs out of suffixes, it stops after the last valid filename.
|
2015-01-31 13:07:13 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
2015-03-17 21:59:48 +00:00
|
|
|
.It Fl a Ar num
|
|
|
|
Set suffix length to
|
|
|
|
.Ar num
|
|
|
|
characters.
|
|
|
|
The default is 2.
|
|
|
|
.It Fl b Ar num[k|m|g] | Fl l Ar num
|
2015-02-01 19:52:28 +00:00
|
|
|
Start a new file every
|
2015-03-17 21:59:48 +00:00
|
|
|
.Ar num
|
|
|
|
bytes | lines.
|
|
|
|
The units k, m, and g are case insensitive and powers of 2, not 10.
|
|
|
|
The default is 1000 lines.
|
2015-01-31 13:07:13 +00:00
|
|
|
.It Fl d
|
2015-03-17 21:59:48 +00:00
|
|
|
Use decimal rather than alphabetical suffixes.
|
2015-01-31 13:07:13 +00:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr cat 1
|
2015-03-17 21:59:48 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
2015-03-27 16:22:48 +00:00
|
|
|
.St -p1003.1-2013
|
2015-03-17 21:59:48 +00:00
|
|
|
specification.
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Op Fl d
|
|
|
|
flag and g unit are an extension to that specification.
|