Answers for "shell script to zip all files in a directory"

6

convert all files and folders in current directory into zip in linux

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

Code answers related to "shell script to zip all files in a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language