Reading / Unzipping a ZIP file
Hey people
I'm trying to write something that will read through a zip file...or perhaps extract its contents first. The problem is that the zip file itself contains many other zip files and extracting them all manually will be way too tedious.
I'm not that familiar with Zip files beyond that of simple zipping and unzipping via the mouse. Is there a way to call an unzip command (in even the shell if nessecary) to unzip nested zip files in a single call?

