unzip with gzip linux code example
Example 1: unzip command in linux
unzip file.zip -d destination_folder
Example 2: how to unzip gzip files in terminal
for a .gz file use: gunzip name_of_file.gz
unzip file.zip -d destination_folder
for a .gz file use: gunzip name_of_file.gz