Searched hist:161172 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.bin/split/
H A Dsplit.1diff 161172 Thu Aug 10 10:41:47 MDT 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
H A Dsplit.cdiff 161172 Thu Aug 10 10:41:47 MDT 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

Completed in 77 milliseconds