----- Original Message ----- From: "Matt Benson" <[EMAIL PROTECTED]> To: "Ant Users List" <[email protected]> Sent: Wednesday, October 19, 2005 1:05 PM Subject: RE: Size of zip file
> --- Ed Moon <[EMAIL PROTECTED]> wrote: > > > Here's how to use cat to put a file back together > > again: > > cat part1 part2 part3 part4 > wholefile > > > > Or > > cat part1 > wholefile > > cat part2 >> wholefile > > cat part3 >> wholefile > > cat part4 >> wholefile > > or, when they are in order: > > cat part? > wholefile > > should also work. > Thank you for that last example!! I just tried 'split' for the first time and it broke my jar file into 26 2K chunks; I was trying to figure out how to give it a name pattern so that I didn't have to specify all 26 file names! > In the context of Ant, <concat> with <fileset> should > easily handle the reassembly. Since cat and split are > historically related, I would be +1 to adding a > contributed Java split implementation to Ant core, if > anyone cares to submit one. > Sorry, I don't have the time for that right now, otherwise I'd be quite interested :-) Rhino > > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.344 / Virus Database: 267.12.4/143 - Release Date: 19/10/2005 > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/143 - Release Date: 19/10/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
