how to extract gz files in linux code example
Example 1: unzip a .gz file in linux
gunzip file.gz
Example 2: how to decompress gzip file in linux
gunzip -k file.gz
Example 3: extract gz file ubuntu
gzip -d file.gz
gunzip file.gz
gunzip -k file.gz
gzip -d file.gz