Given a file called documents.zip, how can you see what’s in it without extracting the files?

Given a file called documents.zip, how can you see what’s in it without extracting the files?Category: Linux EssentialsAuthor "LinuxQuestions"Given a file called documents.zip, how can you see what’s in it without extracting the files?
Linux Questions Staff asked 1 year ago

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

About the author