How to unzip a zip file from the Terminal? Ubuntu

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

Thanks.......................

How to unzip a zip file from the Terminal? Ubuntu How to unzip a zip file from the Terminal? Ubuntu Reviewed by Sumit Bishnoi on November 08, 2019 Rating: 5

No comments:

Powered by Blogger.