Date: Thu, 10 Aug 2006 10:41:47 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/split split.1 split.c Message-ID: <200608101041.k7AAfldO094894@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
keramida 2006-08-10 10:41:47 UTC
FreeBSD src repository (doc committer)
Modified files:
usr.bin/split split.1 split.c
Log:
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
Revision Changes Path
1.20 +14 -3 src/usr.bin/split/split.1
1.19 +6 -5 src/usr.bin/split/split.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608101041.k7AAfldO094894>
