1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 10:15:33 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,7 @@
- List the contents of a specific archive without extracting them:
`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 ...}}`