unpack gz file code example
Example 1: untar gz file
tar -xvf archive.tar.gz
Example 2: how to decompress gzip file in linux
gunzip -k file.gz
Example 3: extract gz file ubuntu
gzip -d file.gz
tar -xvf archive.tar.gz
gunzip -k file.gz
gzip -d file.gz