Searched hist:a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/split/ |
H A D | split.1 | diff a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab Thu Aug 10 12:41:47 CEST 2006 Giorgos Keramidas <keramida@FreeBSD.org> 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 diff a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab Thu Aug 10 12:41:47 CEST 2006 Giorgos Keramidas <keramida@FreeBSD.org> 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 D | split.c | diff a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab Thu Aug 10 12:41:47 CEST 2006 Giorgos Keramidas <keramida@FreeBSD.org> 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 diff a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab Thu Aug 10 12:41:47 CEST 2006 Giorgos Keramidas <keramida@FreeBSD.org> 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
|