unzip extract non-ascii file

italian
Xiang Wang 2018-05-07 17:11:58 +08:00 committed by Agniva De Sarker
parent 72b5105776
commit 0c45920e1f
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@
- Extract the contents of the file(s) to stdout alongside the extracted file names:
`unzip -c {{file.zip}}`
- Extract zip file created by windows (you may use the command if there are non-ascii filenames in zip file):
`unzip -O gbk {{file.zip}}`