unzip in linux terminal code example
Example 1: ubuntu unzip file
// install
sudo apt install zip unzip
// zip
zip -r example.zip original_folder
// unzip
unzip file.zip -d destination_folder
Example 2: 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 3: terminal unzip
sudo apt-get install unzip
unzip file.zip
Example 4: unzip command in linux
unzip file.zip -d destination_folder
Example 5: unix unzip file command
unzip myzip.zip
Example 6: unzip command in linux
unzip file.zip