> split may not do a many-way split in one run, but it can do it when called
> multiple times. Just when the next file is too big for the remaining
> space, split it into two parts, one of which fits the remaining space.
> Then for the next CD if the remaining file is too big, split it into two
> parts, one of which fits the remaining space. Repeat as many times as
> needed, and eventually you'll have a remainder that fits on one CD.
True, but unless I'm misreading the documentation the smaller segment is
always the last segment, and you would end up with the pieces of the
file out of order. dd's not hard anyhow.

(one alternative is to split to the small size and recombine the other
pieces, but that's more work than dd :)

-- 
 .O.  Hans Fugal            | De gustibus non disputandum est.
 ..O  http://hans.fugal.net | Debian, vim, mutt, ruby, text, gpg
 OOO                        | WindowMaker, gaim, UTF-8, RISC, JS Bach
---------------------------------------------------------------------
GnuPG Fingerprint: 6940 87C5 6610 567F 1E95  CB5E FC98 E8CD E0AA D460

Attachment: signature.asc
Description: Digital signature

____________________
BYU Unix Users Group 
http://uug.byu.edu/ 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to