mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 03:48:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -17,11 +17,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`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 ...}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user