bash - How to view files in a ZIP file from the command-line
I don't always need this, but at times, it is quite useful - view files in zip.
One command I was unaware of and one I had forgotten: zipinfo Archive.zip and unzip -l Archive.zip. Both should do the trick.