Friday, 22 June 2012

Unzip *.zip files in ubuntu

To extract *.zip files in ubuntu via command use the following command
     
                                "unzip  Path of *.zip file"

Example :

Your file location is /home/test/test.zip  then use command like below

unzip /home/test/test.zip

Now you get  unzipped test file

                       

No comments:

Post a Comment