How to unzip a zip file from the Terminal?
  easystem   21 Januari 2018   Tutorial

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

Tags :

tutorial , ubuntu , unzip

Bagikan :