Dave M wrote:
Use the "unzip" command, like this: unzip foo.zip
If you want to dump the contents in another directory (ie., /tmp): unzip foo.zip -d /tmp
And unzip by itself will run a short 'help' screen. Look for unzip.txt for more information.
James McKenzie