diff --git a/pages/common/gunzip.md b/pages/common/gunzip.md index 80b2d0edf..e03368281 100644 --- a/pages/common/gunzip.md +++ b/pages/common/gunzip.md @@ -18,3 +18,7 @@ - List the contents of a compressed file: `gunzip --list {{file.txt.gz}}` + +- Decompress an archive from `stdin`: + +`cat {{path/to/archive.gz}} | gunzip`