Timeline for How to decompress files from an archive ignoring the file names?
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 28, 2016 at 21:19 | history | edited | Gilles 'SO- stop being evil' |
edited tags
|
|
| Jan 28, 2016 at 14:44 | comment | added | don_crissti | See also rename files in a zip archive before extracting (there'a python solution there...) | |
| Jan 28, 2016 at 14:41 | answer | added | Chris Davies | timeline score: 3 | |
| Jan 28, 2016 at 14:28 | comment | added | Calmarius | @roaima I tried it, but it still can't create the file, because it attempts to keep the original filename which is too long. | |
| Jan 28, 2016 at 14:25 | comment | added | Chris Davies |
Have you've tried unzip -j broken.zip
|
|
| Jan 28, 2016 at 14:23 | history | edited | Calmarius | CC BY-SA 3.0 |
added 19 characters in body
|
| Jan 28, 2016 at 14:23 | comment | added | Calmarius | @roaima The filenames inside the archive are corrupted. | |
| Jan 28, 2016 at 14:22 | comment | added | Calmarius | @igeorget If that's the simlplest way. Though I have never programmed in Python yet. | |
| Jan 28, 2016 at 14:22 | comment | added | Chris Davies | You're saying that the filenames inside the ZIP are corrupted? Or that the ZIP archive filename itself is corrupted? | |
| Jan 28, 2016 at 14:01 | comment | added | lgeorget | Maybe you can code a script in a language with a Zip library (such as Python) which will loop over the entries of the zipfile to extract them under a new name? | |
| Jan 28, 2016 at 13:47 | history | asked | Calmarius | CC BY-SA 3.0 |