To unzip a file through terminal follow the following command
- Open your terminal
- Go to your directory and Run this command unzip file.zip
After installing the unzip utility run the above command [2].sudo apt-get install unzip
If the source and destination are the same then run the above command [2]/
If you want to extract particular destination folder you can use this command.
unzip file.zip -d destination_folder
You can watch this video for better understand
Post a Comment