gzip unzip linux code example
Example 1: how to decompress gzip file in linux
gunzip -k file.gz
Example 2: unzip command in linux
sudo apt-get install unzip
Example 3: unzip command in linux
unzip file.zip -d destination_folder
gunzip -k file.gz
sudo apt-get install unzip
unzip file.zip -d destination_folder