History log of /freebsd-10.1-release/usr.bin/split/split.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 250451 10-May-2013 eadler

Bump .Dd for recent content change.

Reported by: delphij


# 250432 10-May-2013 eadler

Implement 'split -d' which allows a numeric suffix instead of an
alphabetic one.

PR: bin/116209
Submitted by: Marcin Gryszkalis <mg@fork.pl> (adapted from)
Reviewed by: will
MFC after: 1 week


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 212162 02-Sep-2010 gavin

Correct spelling mistake, int -> into

MFC after: 3 days


# 187663 24-Jan-2009 trhodes

When "-b" is specified, one could easily create "smaller" files
that are much larger than expected (given the default size).
Change "smaller files" to "split files" which is more in line
with what "-b" actually does.

PR: 119329
Submitted by: Julian Stacey <jhs@berklix.org>


# 177256 16-Mar-2008 das

Add a -n option to split(1) to split files into N chunks rather than
having to specify the right number of bytes.

Obtained from: NetBSD
Submitted by: Jan Schaumann <jschauma@netmeister.org>
PR: 113175


# 162792 29-Sep-2006 ru

Markup fixes.


# 161172 10-Aug-2006 keramida

Add support for splitting at gigabyte boundaries. [1]

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


# 161106 08-Aug-2006 keramida

Update usage & SYNOPSIS and clarify that input files are not removed.
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 <swear@blarg.net>
MFC after: 1 week


# 152568 18-Nov-2005 ru

-mdoc sweep.


# 149618 30-Aug-2005 tjr

Include option-argument names in the list in the DESCRIPTION section.
Remove a non-bug from the BUGS section.


# 149345 21-Aug-2005 tjr

Remove the hack that varied the first character of the output file name
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)


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 131980 11-Jul-2004 tjr

Fix document year.

Noticed by: simon


# 131979 11-Jul-2004 tjr

Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.


# 97766 03-Jun-2002 tjr

Sort sections.


# 97765 03-Jun-2002 tjr

Correct HISTORY section - split(1) appeared at least as early as V3.


# 97545 30-May-2002 ru

mdoc(7) police: use .Fl to denote stdin.


# 97336 27-May-2002 tjr

Claim conformance to IEEE Std 1003.1-2001.
See also csplit(1).


# 97334 27-May-2002 tjr

Allow "-" to be specified as an operand as well as an option.
SUSV3 requires something like "split -- -" to work. Document the "-" operand.


# 90048 01-Feb-2002 mike

Add -a option (SUSv3) to split(1).

Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
MFC after: 1 month


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 68756 15-Nov-2000 ben

remove trailing periods from SEE ALSO.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 43513 01-Feb-1999 archie

Add new option '-p pattern' for splitting files based on matching lines in
the file with a regular expression. Useful for e.g. 'cvs diff' output.
Also compile cleanly with -Wall and fix a few style bugs.
PR: bin/9405


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources