Answers for "how to make zip file from everything in folder in ubuntu terminal"

6

zip full folder ubuntu

zip -r example.zip original_folder
Posted by: Guest on April-30-2020
8

zip entire directory ubuntu

zip -r compressed_filename.zip foldername
Posted by: Guest on May-29-2020

Code answers related to "how to make zip file from everything in folder in ubuntu terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language