How to zip a folder from terminal

Navigate to the project folder

Run the command for zip package installation

sudo apt-get install zip

To zip folder, run the command

zip -r compressed_filename.zip foldername

Leave a comment

Your email address will not be published. Required fields are marked *