Originally posted by: gshekar
Hi,
I am not able to extract a .zip file using unzip program in AIX.
Is it because my filesize is more than 2G in size? Please suggest.
I am not facing issues with zip files less than 2G.
$ oslevel -s
5300-04-02
$ rpm -qa | grep -i unzip
unzip-5.51-1
dart:p3elm -> $ du -sg mydata.zip
2.50 mydata.zip
$ unzip -l mydata.zip
Archive: mydata.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.
unzip: cannot find zipfile directory in one of mydata.zip or
mydata.zip.zip, and cannot find mydata.zip.ZIP, period.
Thanks.