Openning .zip files from command line

Dave M dave_nerd at yahoo.com
Sun Jan 30 16:04:17 UTC 2005


>Hi.
>What is option to unzip .zip files from command line?

>I tried gzip, but didn't work out. I know i could use
>file roller, but
>i'd like to know a command line option.
>
>-- 
>Leandro

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

HTH.


	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail




More information about the users mailing list