Answers for "linux zip all files of list"

1

how to get list of files in zip linux

unzip -l file.zip
Posted by: Guest on November-08-2020
8

zip all files command linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language