LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unzip the zip files to local directory (https://www.linuxquestions.org/questions/linux-newbie-8/unzip-the-zip-files-to-local-directory-806098/)

S@R@H 05-05-2010 10:25 AM

unzip the zip files to local directory
 
hi all.
how to unzip the zip files to local directory in linux?
thanks in advance.


sarah

vinaytp 05-05-2010 10:38 AM

unzip filename.zip

colucix 05-05-2010 10:44 AM

If you mean to extract all the files in the archive in the current working directory despite their path, you can try the -j option. Just pay attention to the fact that files with the same name can be overwritten, but unzip should ask confirmation about the action to take.

S@R@H 05-05-2010 10:45 AM

hi

thanks for reply but its giving me error.
* checkdir error: cannot create database.
any suggestion i am newbie to linux
please guide me step wise?

can i create a director to unzip the same zip files to created directory?
sarah

edwardcode 05-05-2010 11:03 AM

try this command

tar -zxvf nameof.tar

vikas027 05-05-2010 08:43 PM

Quote:

Originally Posted by S@R@H (Post 3958171)
hi

thanks for reply but its giving me error.
* checkdir error: cannot create database.
any suggestion i am newbie to linux
please guide me step wise?

can i create a director to unzip the same zip files to created directory?
sarah


Please post the commands you are using and the corresponding error.


All times are GMT -5. The time now is 03:04 AM.