Unzipping Multi-Part archives in linux
I have an archive that is split into 465 parts, and over 1.25 GB in size. However, unzip for some reason wont extract it when i type "unzip MOHAA.zip"The error returned in unzip is:
MOHAA.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Does anyone know how i can do this?
Thank You