diff --git a/pages/common/unzip.md b/pages/common/unzip.md index 8cc057d1d8..6f7d4417aa 100644 --- a/pages/common/unzip.md +++ b/pages/common/unzip.md @@ -12,4 +12,8 @@ - List the contents of a zip file without extracting: -`unzip -l {{file}}` +`unzip -l {{file.zip}}` + +- Extract the contents of the file(s) to stdout alongside the extracted file names: + +`unzip -c {{file.zip}}`