Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 10:11:41 -0400
From:      "Tsu-Fan Cheng" <tfcheng@gmail.com>
To:        "Rolf G Nielsen" <listreader@lazlarlyricon.com>
Cc:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: what to do with this..?
Message-ID:  <f84c38580708080711y139d9136p9385e0396827a228@mail.gmail.com>
In-Reply-To: <46B9CBFD.7080301@lazlarlyricon.com>
References:  <f84c38580708080435ta2f49a3ie6feee11cd8ffe1c@mail.gmail.com> <46B9CBFD.7080301@lazlarlyricon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/8/07, Rolf G Nielsen <listreader@lazlarlyricon.com> wrote:
>
> Tsu-Fan Cheng wrote:
> > Hi,
> >    i have a serial files named as 1.zip, 2.z01, 3.z02, etc. what to do
> with
> > this? I tried unzip but have trouble, thansk!!
> >
> > TFC
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
> >
> >
> >
> If they're parts of the same archive, that's been split, just cat them
> together:
>
> cat *.z?? > archive.zip
>
> (to get the files in correct order, you might need to specify every file
> instead, depending on how they're named).
>
> Then run
>
> zip -F archive.zip
>
> This should give you a fully compliant zip file, that you can unzip.
>
> --
>
> Sincerly,
>
> Rolf Nielsen
>



right on, I cat files from *.z01, *.z02.. *.zip into one archive, then unzip
it, it works!! thanks!!

TFC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f84c38580708080711y139d9136p9385e0396827a228>