how to unzip a zip file linux command line code example
Example 1: unzip command in linux
unzip file.zip -d destination_folder
Example 2: unzip command in linux
sudo apt-get install unzip
unzip file.zip -d destination_folder
sudo apt-get install unzip