Wed Apr 29, 2009 6:09 pm - How To Extract Zip Files In Linux By Command
#599
How To Extract Zip Files In Linux By Command
i just inheret a linux computer i can logged in to the shell using ssh, i have a file i need to open but its in zip format how do i extract a zip files in linux by command prompt in the terminal?
author: uncopu
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
Wed Apr 29, 2009 6:10 pm - Re: How To Extract Zip Files In Linux By Command
#773
Web Hosting Support
its very easy.
to unzip, all you do is execute a command like this for example, lets say i have a file called webune.zip this is how i would extrac all the files
unzip webune.zip
that easy