I have some *.zip files. I was trying to unzip these files through unzip command in Unix. But it is giving some trouble which I can not understand.
Here is what I am trying to do
unzip file.zip
It is giving the following error
bad CRC 64162f32 (should be b326db0b)
I have also tried some other way, which is
zcat file.zip > file.txt
and it is giving the following error
invalid compressed data--crc error
How should I solve this problem. Each *.zip file is almost 20GB in size.