Tuesday, April 8, 2025

Zip file exploration

 in data exploration, when you have a lot of zip files, you need a way to look at the cotents with extracting each zip file.

  • zcat file.log.zip | less
  • unzip -p archive.zip file1.txt | less
OR the best way
  • vim archive.zip

No comments:

Post a Comment