unzip gzip file 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: unzip command in linux
unzip file.zip
gunzip file.gz
gunzip -k file.gz
unzip file.zip