Answers for "linux zip a directory"

42

linux zip a directory

zip -r filename.zip /path/to/folder1
Posted by: Guest on May-11-2020
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
11

create zip file ubuntu

zip -r output_file.zip file1 folder1
Posted by: Guest on July-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language