Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/split



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.




Home | Main Index | Thread Index | Old Index