unzip | zip - Serbipunk/notes GitHub Wiki
unzip
chinese filename
unar xxx.zip
https://github.com/ashang/unar
deprecated solution
https://askubuntu.com/questions/48158/chinese-encoding-in-names-of-compressed-files-in-zip
unzip -O cp936 xxx.zip
(现在还好存在问题 unar
)
to dir
unzip -d xxx
large file
jar xvf ***.zip
https://askubuntu.com/a/1280470/1175143
zip
zip compress dir
zip -r xxx.zip ddd
compress rate
- no-compress
-0
add password
-e
zip -0 -er COLLATION_CONFIGS.zip COLLATION_CONFIGS