fichier ubuntu unzip
// install
sudo apt install zip unzip
// zip
zip -r example.zip original_folder
// unzip
unzip file.zip -d destination_folder
Calm Chinchilla
// install
sudo apt install zip unzip
// zip
zip -r example.zip original_folder
// unzip
unzip file.zip -d destination_folder
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
apt-get install unzip
unzip file.zip -d destination_folder
// If the source and destination directories are the same, you can simply do:
unzip file.zip
unzip filezip.zip