If you have corrupted zip file but still you wish to extract the contents
then use
the following command
Command:
zip -FF old.zip --out new.zip
Here old.zip is the corrupted file which is now converted to a proper
file new.zip.
Next you can extract the new.zip file using the command
unzip new.zip
No comments:
Post a Comment