mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
unzip: clarify charset description
This commit is contained in:
parent
0c45920e1f
commit
8f6a40fe9a
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue