Answers for "how to see zip file contents in linux"

1

how to get list of files in zip linux

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

zip files linux

zip -r archivename.zip directory_name
Copy
Posted by: Guest on January-21-2022

Code answers related to "how to see zip file contents in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language