Answers for "copy zip folder in linux"

2

zip folder linux

# -r (recursive) option to do the entire directory trees at once
zip -r myfiles.zip mydir
Posted by: Guest on June-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language