Here is how you can zip a folder from your terminal.
Open terminal and enter:
zip -r nameOfZip.zip nameOfFolder
Here is how you can unzip a folder from your terminal.
Open terminal and enter:
unzip file.zip -d destination_folder
Entrepreneur, Educator, Developer
Here is how you can zip a folder from your terminal.
Open terminal and enter:
zip -r nameOfZip.zip nameOfFolder
Here is how you can unzip a folder from your terminal.
Open terminal and enter:
unzip file.zip -d destination_folder