split.1 (da52b4caaf187775f6b56a72c6b16e94ad728f7b) split.1 (7f418e34078c7f45e389f96196376bb2e3360f24)
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.

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

31.Dd September 2, 2010
32.Dt SPLIT 1
33.Os
34.Sh NAME
35.Nm split
36.Nd split a file into pieces
37.Sh SYNOPSIS
38.Nm
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.

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

31.Dd September 2, 2010
32.Dt SPLIT 1
33.Os
34.Sh NAME
35.Nm split
36.Nd split a file into pieces
37.Sh SYNOPSIS
38.Nm
39.Fl d
39.Op Fl l Ar line_count
40.Op Fl a Ar suffix_length
41.Op Ar file Op Ar prefix
42.Nm
40.Op Fl l Ar line_count
41.Op Fl a Ar suffix_length
42.Op Ar file Op Ar prefix
43.Nm
44.Fl d
43.Fl b Ar byte_count Ns
44.Oo
45.Sm off
46.Cm K | k | M | m | G | g
47.Sm on
48.Oc
49.Op Fl a Ar suffix_length
50.Op Ar file Op Ar prefix
51.Nm
45.Fl b Ar byte_count Ns
46.Oo
47.Sm off
48.Cm K | k | M | m | G | g
49.Sm on
50.Oc
51.Op Fl a Ar suffix_length
52.Op Ar file Op Ar prefix
53.Nm
54.Fl d
52.Fl n Ar chunk_count
53.Op Fl a Ar suffix_length
54.Op Ar file Op Ar prefix
55.Nm
55.Fl n Ar chunk_count
56.Op Fl a Ar suffix_length
57.Op Ar file Op Ar prefix
58.Nm
59.Fl d
56.Fl p Ar pattern
57.Op Fl a Ar suffix_length
58.Op Ar file Op Ar prefix
59.Sh DESCRIPTION
60The
61.Nm
62utility reads the given
63.Ar file

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

103megabyte pieces.
104If
105.Cm g
106or
107.Cm G
108is appended to the number, the file is split into
109.Ar byte_count
110gigabyte pieces.
60.Fl p Ar pattern
61.Op Fl a Ar suffix_length
62.Op Ar file Op Ar prefix
63.Sh DESCRIPTION
64The
65.Nm
66utility reads the given
67.Ar file

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

107megabyte pieces.
108If
109.Cm g
110or
111.Cm G
112is appended to the number, the file is split into
113.Ar byte_count
114gigabyte pieces.
115.It Fl d
116Use a numeric suffix instead of a alphabetic suffix.
111.It Fl l Ar line_count
112Create split files
113.Ar line_count
114lines in length.
115.It Fl n Ar chunk_count
116Split file into
117.Ar chunk_count
118smaller files.

--- 57 unchanged lines hidden ---
117.It Fl l Ar line_count
118Create split files
119.Ar line_count
120lines in length.
121.It Fl n Ar chunk_count
122Split file into
123.Ar chunk_count
124smaller files.

--- 57 unchanged lines hidden ---