Answers for "linux show contents of zip file"

6

zip all files command linux

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

how to get list of files in zip linux

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

Code answers related to "linux show contents of zip file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language