Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-17 00:17:21 +00:00
parent f32d2d1ccd
commit 7d8d3edd4e
24 changed files with 307 additions and 37 deletions

View File

@@ -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 ...}}`