How to unzip a zip file from the Terminal?

If the unzip command isnt 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 ...

View More
  Dibaca 884 kali