On 8/8/07, Rolf G Nielsen <[EMAIL PROTECTED]> 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 " > [EMAIL PROTECTED]" > > > > > > > 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"