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:
DUO Labs
2023-01-10 17:46:51 -05:00
committed by GitHub
parent f00a34bcba
commit 5f3e0066b0

View File

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