mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 11:50:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -27,8 +27,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List the contents of a specific archive without extracting them:
|
||||
|
||||
`unzip -l {{path/to/archive.zip}}`
|
||||
`unzip -l {{path/to/archive}}.zip`
|
||||
|
||||
- Extract a specific file from an archive:
|
||||
- Extract specific files from an archive:
|
||||
|
||||
`unzip -j {{path/to/archive.zip}} {{path/to/file1_in_archive path/to/file2_in_archive ...}}`
|
||||
`unzip -j {{path/to/archive}}.zip {{path/to/file1_in_archive path/to/file2_in_archive ...}}`
|
||||
|
||||
Reference in New Issue
Block a user