Answers for "how to zip all files in a folder in ubuntu command line"

6

zip full folder ubuntu

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

zip all files command linux

zip -r myfiles.zip mydir
Posted by: Guest on May-09-2020

Code answers related to "how to zip all files in a folder in ubuntu command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language