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
unzip command in linux
sudo apt-get install unzip
unzip command in linux
unzip file.zip -d destination_folder
linux unzip command
After installing the unzip utility, if you want to extract to a particular destination folder, you can use:
unzip file.zip -d destination_folder
If the source and destination directories are the same, you can simply do:
unzip file.zip
unzip linux
unzip file.zip -d destination_folder
or unzip path/to/file.zip
unzip command ubuntu
unzip filezip.zip
|