unzip gzip file command line ubuntu code example
Example 1: unzip command in ubuntu
Zip-unzip utility:
sudo apt-get install zip unzip
navigate to the place where the zip belongs and,
unzip test.zip, where test.zip is the zip file to extract
Example 2: how to unzip gzip files in terminal
for a .gz file use: gunzip name_of_file.gz