mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:35:34 +02:00
parent
0910be50cb
commit
bb6dd6c405
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
|
||||
`unzip {{path/to/archive1.zip path/to/archive2.zip ...}} -d {{path/to/output}}`
|
||||
|
||||
- Extract files/directories from archives to `stdout`:
|
||||
- Extract files/directories from archives to `stdout` alongside the extracted file names:
|
||||
|
||||
`unzip -c {{path/to/archive1.zip path/to/archive2.zip ...}}`
|
||||
|
||||
- Extract the contents of the file(s) to `stdout` alongside the extracted file names:
|
||||
- Extract an archive created on Windows, containing files with non-ASCII (e.g. Chinese or Japanese characters) filenames:
|
||||
|
||||
`unzip -O {{gbk}} {{path/to/archive1.zip path/to/archive2.zip ...}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue