#TIL the zip command in Linux distros can also repair broken archives and salvage all the complete files inside it.
zip -FF broken.zip --out fixed.zip
#TIL the zip command in Linux distros can also repair broken archives and salvage all the complete files inside it.
zip -FF broken.zip --out fixed.zip