1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:33:46 +02:00

unzip: clarify charset description

This commit is contained in:
Agniva De Sarker 2018-05-09 12:11:33 +05:30
parent 0c45920e1f
commit 8f6a40fe9a

View file

@ -18,6 +18,6 @@
`unzip -c {{file.zip}}`
- Extract zip file created by windows (you may use the command if there are non-ascii filenames in zip file):
- Extract a zip file created in windows, containing files with non-ascii (chinese) filenames:
`unzip -O gbk {{file.zip}}`
`unzip -O {{gbk}} {{file.zip}}`