unzip: add -j example (#9719)
* Update unzip.md to include the `-j` option * Fix formatting issues * Fix formatting issues * Fix formatting issues * Fix formatting issues * Fix formatting issues * Update pages/common/unzip.md Fix some formatting issues Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com> Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
This commit is contained in:
@@ -23,3 +23,7 @@
|
|||||||
- List the contents of a specific archive without extracting them:
|
- 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:
|
||||||
|
|
||||||
|
`unzip -j {{path/to/archive.zip}} {{path/to/file_in_archive1 path/to/file_in_archive2 ...}}`
|
||||||
|
Reference in New Issue
Block a user