Monday, May 1, 2017

How to unzip a zip file from the Terminal?

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

No comments:

Post a Comment