Re: breaking up a zip file

2002-10-07 Thread Paul Furness
Thanks, everyone. 'split' is my friend and works beautifully. P. On Mon, 2002-09-30 at 14:30, Paul Furness wrote: > Hi, everyone. > > I seem to remember seeing somewhere a handy Linux prog that will take a > gz or zip file, and re-package it into a number of smaller zip files. I > don't remem

Re: breaking up a zip file

2002-10-01 Thread Robin Doer
Paul Furness wrote: > I seem to remember seeing somewhere a handy Linux prog that will take a > gz or zip file, and re-package it into a number of smaller zip files. I > don't remember the command, but it was used something like: An easy way to split a file into several pieces is 'split'. You can

Re: breaking up a zip file

2002-09-30 Thread Jude DaShiell
Look for info-zip linux package and you'll find it. The info-zip project has a mirror on cdrom.com if memory serves and that's where the basic source code can be downloaded and pointers to other sites are available for the encryption components. On Mon, 30 Sep 2002, Jim Reimer wrote: > Jude D

Re: breaking up a zip file

2002-09-30 Thread Jim Reimer
Jude DaShiell wrote: > let's try zipsplit. It appears it's nearly time for a new keyboard. > > > > On Mon, 30 Sep 2002, Jude DaShiell wrote: > > >>That would be ipsplit. I remember zipsplit from my DOS days, but where's it available for Linux? -jdr- - To unsubscribe from this list: send

Re: breaking up a zip file

2002-09-30 Thread Jude DaShiell
let's try zipsplit. It appears it's nearly time for a new keyboard. On Mon, 30 Sep 2002, Jude DaShiell wrote: > That would be ipsplit. > > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-newbie" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at

Re: breaking up a zip file

2002-09-30 Thread Jude DaShiell
That would be ipsplit. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs

Re: breaking up a zip file

2002-09-30 Thread pa3gcu
On Monday 30 September 2002 13:30, Paul Furness wrote: > Hi, everyone. > > I seem to remember seeing somewhere a handy Linux prog that will take a > gz or zip file, and re-package it into a number of smaller zip files. I > don't remember the command, but it was used something like: > > Command -s

breaking up a zip file

2002-09-30 Thread Paul Furness
Hi, everyone. I seem to remember seeing somewhere a handy Linux prog that will take a gz or zip file, and re-package it into a number of smaller zip files. I don't remember the command, but it was used something like: Command -s chunk-size archive.zip and it would produce archive01.zip, archiv