Subject: CVS commit: src/usr.bin/split
To: None <source-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: source-changes
Date: 05/31/2007 01:35:36
Module Name:	src
Committed By:	jschauma
Date:		Thu May 31 01:35:36 UTC 2007

Modified Files:
	src/usr.bin/split: split.1 split.c

Log Message:
Add a new command-line option "-n chunk_count", that splits the input
file into chunk_count smaller files.  Each file will be size/chunk_count
bytes large, with whatever spillover there is ending up in the chunk_counth
file.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.bin/split/split.1
cvs rdiff -r1.21 -r1.22 src/usr.bin/split/split.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.