* breaking up a zip file
@ 2002-09-30 13:30 Paul Furness
2002-09-30 15:15 ` pa3gcu
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Paul Furness @ 2002-09-30 13:30 UTC (permalink / raw)
To: linux-newbie
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, archive02.zip etc, each of size
"chunk-size".
Can anyone point me at this util?
Thanks,
Paul.
--
Paul Furness
Systems Manager
2+2=5 for extremely large values of 2.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: breaking up a zip file
2002-09-30 13:30 breaking up a zip file Paul Furness
@ 2002-09-30 15:15 ` pa3gcu
2002-09-30 23:22 ` Jude DaShiell
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: pa3gcu @ 2002-09-30 15:15 UTC (permalink / raw)
To: Paul Furness, linux-newbie
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 chunk-size archive.zip
>
> and it would produce archive01.zip, archive02.zip etc, each of size
> "chunk-size".
>
> Can anyone point me at this util?
I have never done it but i think 'split' is what you are looking for.
>
> Thanks,
>
> Paul.
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: breaking up a zip file
2002-09-30 13:30 breaking up a zip file Paul Furness
2002-09-30 15:15 ` pa3gcu
@ 2002-09-30 23:22 ` Jude DaShiell
2002-10-01 1:33 ` Jude DaShiell
2002-10-01 17:05 ` Robin Doer
2002-10-07 10:02 ` Paul Furness
3 siblings, 1 reply; 8+ messages in thread
From: Jude DaShiell @ 2002-09-30 23:22 UTC (permalink / raw)
To: Paul Furness; +Cc: linux-newbie
That would be ipsplit.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: breaking up a zip file
2002-09-30 23:22 ` Jude DaShiell
@ 2002-10-01 1:33 ` Jude DaShiell
2002-10-01 1:56 ` Jim Reimer
0 siblings, 1 reply; 8+ messages in thread
From: Jude DaShiell @ 2002-10-01 1:33 UTC (permalink / raw)
To: Paul Furness; +Cc: linux-newbie
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 majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: breaking up a zip file
2002-10-01 1:33 ` Jude DaShiell
@ 2002-10-01 1:56 ` Jim Reimer
2002-10-01 2:02 ` Jude DaShiell
0 siblings, 1 reply; 8+ messages in thread
From: Jim Reimer @ 2002-10-01 1:56 UTC (permalink / raw)
To: Jude DaShiell; +Cc: linux-newbie
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 the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: breaking up a zip file
2002-10-01 1:56 ` Jim Reimer
@ 2002-10-01 2:02 ` Jude DaShiell
0 siblings, 0 replies; 8+ messages in thread
From: Jude DaShiell @ 2002-10-01 2:02 UTC (permalink / raw)
To: Jim Reimer; +Cc: linux-newbie
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 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 the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: breaking up a zip file
2002-09-30 13:30 breaking up a zip file Paul Furness
2002-09-30 15:15 ` pa3gcu
2002-09-30 23:22 ` Jude DaShiell
@ 2002-10-01 17:05 ` Robin Doer
2002-10-07 10:02 ` Paul Furness
3 siblings, 0 replies; 8+ messages in thread
From: Robin Doer @ 2002-10-01 17:05 UTC (permalink / raw)
To: linux-newbie
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 use it
with files in text- and binary-format.
After it use 'cat' to merge the files.
Hope it helps
Robin
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: breaking up a zip file
2002-09-30 13:30 breaking up a zip file Paul Furness
` (2 preceding siblings ...)
2002-10-01 17:05 ` Robin Doer
@ 2002-10-07 10:02 ` Paul Furness
3 siblings, 0 replies; 8+ messages in thread
From: Paul Furness @ 2002-10-07 10:02 UTC (permalink / raw)
To: Paul Furness; +Cc: linux-newbie
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 remember the command, but it was used something like:
>
> Command -s chunk-size archive.zip
>
> and it would produce archive01.zip, archive02.zip etc, each of size
> "chunk-size".
>
> Can anyone point me at this util?
>
> Thanks,
>
> Paul.
>
>
> --
> Paul Furness
>
> Systems Manager
>
> 2+2=5 for extremely large values of 2.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
--
Paul Furness
Systems Manager
2+2=5 for extremely large values of 2.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2002-10-07 10:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-30 13:30 breaking up a zip file Paul Furness
2002-09-30 15:15 ` pa3gcu
2002-09-30 23:22 ` Jude DaShiell
2002-10-01 1:33 ` Jude DaShiell
2002-10-01 1:56 ` Jim Reimer
2002-10-01 2:02 ` Jude DaShiell
2002-10-01 17:05 ` Robin Doer
2002-10-07 10:02 ` Paul Furness
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.