extract gz linux code example
Example 1: linux extract tgz
tar zxvf file.tgz
Example 2: how to decompress gzip file in linux
gunzip -k file.gz
Example 3: extract gz file ubuntu
gzip -d file.gz
Example 4: unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window