<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/split/split.c, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-03-16T15:15:32Z</updated>
<entry>
<title>Add a -n option to split(1) to split files into N chunks rather than</title>
<updated>2008-03-16T15:15:32Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-03-16T15:15:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e286f086c7bf9c728c2917887ad46ec7916271e'/>
<id>urn:sha1:0e286f086c7bf9c728c2917887ad46ec7916271e</id>
<content type='text'>
having to specify the right number of bytes.

Obtained from:	NetBSD
Submitted by:	Jan Schaumann &lt;jschauma@netmeister.org&gt;
PR:		113175
</content>
</entry>
<entry>
<title>Add support for splitting at gigabyte boundaries. [1]</title>
<updated>2006-08-10T10:41:47Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-08-10T10:41:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab'/>
<id>urn:sha1:a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab</id>
<content type='text'>
Also make both lowercase and uppercase suffix letters work
as byte-count suffixes, i.e. the following two commands are
equivalent now:

    % split -b 4m foo
    % split -b 4M foo

Submitted by:		Roman Divacky [1]
Lots of help by:	cperciva
Reviewed by:		cperciva
MFC after:		1 week
</content>
</entry>
<entry>
<title>Update usage &amp; SYNOPSIS and clarify that input files are not removed.</title>
<updated>2006-08-08T21:25:22Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-08-08T21:25:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49198c429758b2bca2854d3748a4c6cfaf6cc633'/>
<id>urn:sha1:49198c429758b2bca2854d3748a4c6cfaf6cc633</id>
<content type='text'>
Sort getopt option handling of -p too, while here.

The changes are adapted from a patch by Ruslan Ermilov, posted as
followup to docs/33852.

PR:             docs/33852
Submitted by:   Gary W. Swearingen &lt;swear@blarg.net&gt;
MFC after:      1 week
</content>
</entry>
<entry>
<title>Remove undocumented historic support for treating "-" as an option</title>
<updated>2005-08-30T12:32:18Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-08-30T12:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb78dba49b79cf66f84c863e3c392ba9f9b7f08d'/>
<id>urn:sha1:bb78dba49b79cf66f84c863e3c392ba9f9b7f08d</id>
<content type='text'>
instead of a file operand; this is not compatible with POSIX.
</content>
</entry>
<entry>
<title>Remove the hack that varied the first character of the output file name</title>
<updated>2005-08-21T06:35:02Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-08-21T06:35:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e93586df9d2139aa4082b26e077a5fd802b67a5a'/>
<id>urn:sha1:e93586df9d2139aa4082b26e077a5fd802b67a5a</id>
<content type='text'>
if none was specified on the command line. This is not permitted by
POSIX, and no longer needed now that we have the -a option.

PR:		85099
Submitted by:	Toby Peterson (Apple Computer)
</content>
</entry>
<entry>
<title>Respect locale settings from the environment.</title>
<updated>2004-07-11T14:44:23Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-11T14:44:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0742d4ed1a69d3a99cc4b790405bd95840dfb2e5'/>
<id>urn:sha1:0742d4ed1a69d3a99cc4b790405bd95840dfb2e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support larger files (at least 64-bit offsets) by using off_t instead of</title>
<updated>2002-07-15T05:31:55Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-07-15T05:31:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c81180b8610685e8d0e45ce99a2eb800d7575864'/>
<id>urn:sha1:c81180b8610685e8d0e45ce99a2eb800d7575864</id>
<content type='text'>
int to store offsets.
</content>
</entry>
<entry>
<title>Remove &lt;sys/types&gt; where we use &lt;sys/param&gt; already.</title>
<updated>2002-06-15T11:03:28Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-06-15T11:03:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c69ee9b45478079bc4b2240ac6255c26c0d9a97'/>
<id>urn:sha1:2c69ee9b45478079bc4b2240ac6255c26c0d9a97</id>
<content type='text'>
protoize.
</content>
</entry>
<entry>
<title>Allow "-" to be specified as an operand as well as an option.</title>
<updated>2002-05-27T05:27:10Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-27T05:27:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e4228c3be79a29055ab1143cbc5666078a3771f'/>
<id>urn:sha1:3e4228c3be79a29055ab1143cbc5666078a3771f</id>
<content type='text'>
SUSV3 requires something like "split -- -" to work. Document the "-" operand.
</content>
</entry>
<entry>
<title>Avoid overflowing `fname' if the file name prefix given on the command</title>
<updated>2002-05-27T04:59:46Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-05-27T04:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f5869d0b05367d93cf1523c05f6ddbf1e78f845'/>
<id>urn:sha1:3f5869d0b05367d93cf1523c05f6ddbf1e78f845</id>
<content type='text'>
line is too long.

Obtained from:	OpenBSD
</content>
</entry>
</feed>
