gunzip Command Examples

Extract files from a gzip (.gz) archive. More information: https://manned.org/gunzip.

gunzip {{archive.tar.gz}}

gunzip --stdout {{archive.tar.gz}} > {{archive.tar}}

gunzip --keep {{archive.tar.gz}}

gunzip --list {{file.txt.gz}}

cat {{path/to/archive.gz}} | gunzip