How to unzip a file from Terminal in Ubuntu | Ubuntu Hacks

If the unzip command isn't already installed on your system, then run:
sudo apt-get install unzip
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


That's it


How to unzip a file from Terminal in Ubuntu | Ubuntu Hacks How to unzip a file from Terminal in Ubuntu | Ubuntu Hacks Reviewed by Sumit Bishnoi on November 28, 2019 Rating: 5

No comments:

Powered by Blogger.