Zip a folder from your terminal.
Open terminal and enter:
🖥️
zip -r nameOfZip.zip nameOfFolder
Unzip a folder from your terminal.
Open terminal and enter:
🖥️
unzip file.zip -d destination_folder
March 14, 2020 (4y ago)
Open terminal and enter:
zip -r nameOfZip.zip nameOfFolder
Open terminal and enter:
unzip file.zip -d destination_folder