Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

View list of files in ZIP archive on Linux

The less utility is capable of peeking into a zip archive. In fact, if you look at the outputs of unzip -l zipfile and less zipfile, you will find them to be identical.


Try unzip -l files.zip | less

Also, See man unzip for more options


To list zip contents:

zipinfo -1 myzipfile.zip

For detailed output:

zipinfo myzipfile.zip

Tags:

Linux

Zip

Related

What is the difference between LCD/DLP/HD Projectors? Is it possible to mount a blank writable dvd iso image? Go to middle of line in vim Is there anything like a link or shared mount point for FAT32 folders in Linux/Android? Can I delete MSOCache? Windows7 How to gather windows from secondary monitor How to get Google Chrome without installing it? How can I view two files side by side in Notepad++? Is using multiple passes for wiping a disk really necessary? Perform bad blocks scan on root partition in Linux Command-line FTP function does not work IE: Why does Compatibility View disappear for some websites?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy