split.1 (242093bb8ca53edc4cb2f831a4846254782b14ed) split.1 (5c9fc899627663dd4b717872ba1210bbffcc1925)
1.\" Copyright (c) 1990, 1991, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 18 unchanged lines hidden (view full) ---

27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)split.1 8.3 (Berkeley) 4/16/94
33.\" $FreeBSD$
34.\"
1.\" Copyright (c) 1990, 1991, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 18 unchanged lines hidden (view full) ---

27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)split.1 8.3 (Berkeley) 4/16/94
33.\" $FreeBSD$
34.\"
35.Dd April 16, 1994
35.Dd July 12, 1994
36.Dt SPLIT 1
37.Os
38.Sh NAME
39.Nm split
40.Nd split a file into pieces
41.Sh SYNOPSIS
42.Nm
43.Op Fl a Ar suffix_length

--- 65 unchanged lines hidden (view full) ---

109is not specified, two letters are used as the suffix.
110.Pp
111If the
112.Ar name
113argument is not specified, the file is split into lexically ordered
114files named with prefixes in the range of
115.Dq Li x-z
116and with suffixes as above.
36.Dt SPLIT 1
37.Os
38.Sh NAME
39.Nm split
40.Nd split a file into pieces
41.Sh SYNOPSIS
42.Nm
43.Op Fl a Ar suffix_length

--- 65 unchanged lines hidden (view full) ---

109is not specified, two letters are used as the suffix.
110.Pp
111If the
112.Ar name
113argument is not specified, the file is split into lexically ordered
114files named with prefixes in the range of
115.Dq Li x-z
116and with suffixes as above.
117.Sh ENVIRONMENT
118The
119.Ev LANG , LC_ALL , LC_CTYPE
120and
121.Ev LC_COLLATE
122environment variables affect the execution of
123.Nm
124as described in
125.Xr environ 7 .
126.Sh DIAGNOSTICS
127.Ex -std
117.Sh SEE ALSO
118.Xr csplit 1 ,
119.Xr re_format 7
120.Sh STANDARDS
121The
122.Nm
123utility conforms to
124.St -p1003.1-2001 .

--- 17 unchanged lines hidden ---
128.Sh SEE ALSO
129.Xr csplit 1 ,
130.Xr re_format 7
131.Sh STANDARDS
132The
133.Nm
134utility conforms to
135.St -p1003.1-2001 .

--- 17 unchanged lines hidden ---