Given a file called documents.zip, how can you extract just the files under ProjectX?

Given a file called documents.zip, how can you extract just the files under ProjectX?Category: Linux EssentialsGiven a file called documents.zip, how can you extract just the files under ProjectX?
Linux Questions Staff asked 1 year ago

Given a file called documents.zip, how can you extract just the files under ProjectX?

  • zip –x documents.zip ProjectX
  • unzip documents.zip | grep ProjectX
  • unzip –t documents.zip ProjectX
  • unzip documents.zip ProjectX
  • unzip documents.zip ProjectX/

About the author