I have a ZIP file (created by Info-ZIP on Linux) and I want to make it as small as possible. I have lots of CPU time to burn on the recompression. I already know advzip, and it managed to reduce the size of my ZIP file by 5%. Is there another tool I should try? I would prefer free tools.
|
show 1 more comment
feedback
|
migrated from stackoverflow.com Jun 23 '11 at 0:52
This question came from our site for professional and enthusiast programmers.
|
7zr is a light version, which should only deal with 7z format. (according to man pages, like this , I'm not with 7zr now to test it) Try using the 7z instead of 7zr and see if it works. | ||||
|
feedback
|
7zr a -mx=9 -tzip ../m7.zip *saysUnsupported archive type. Using GUI tools is not acceptable in my situation. – pts Jun 22 '11 at 12:45