Answers for "zip multiple files in linux"

1

zip multiple files in linux

zip -r zip_name.zip "folder1" "folder2" "folder3" ...
Posted by: Guest on April-27-2021
0

zip multiple folder in linux

zip -r zipname.zip folder1 folder2 folder3 ...
Posted by: Guest on March-29-2021
0

Linux How to zip two files

zip myZip.zip file1 file2 file3
Posted by: Guest on October-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language