Given a file called documents.zip, how can you see what’s in it without extracting the files?
- showzip documents.zip
- zip –lf documents.zip
- zip –l documents.zip
- unzip –list documents.zip
- unzip –l documents.zip
Please login or Register to submit your answer