diff --git a/pages/common/unzip.md b/pages/common/unzip.md index bdcdb7328..c5817ff57 100644 --- a/pages/common/unzip.md +++ b/pages/common/unzip.md @@ -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 ...}}`