linux unzip gzip code example
Example 1: how to decompress gzip file in linux
gunzip -k file.gz
Example 2: unzip command in linux
unzip file.zip -d destination_folder
Example 3: extract gz file ubuntu
gzip -d file.gz
Example 4: how to unzip gzip files in terminal
for a .gz file use: gunzip name_of_file.gz