unzip selected files

Hi,

In file zip folder i have many files but i want to extract onlu .LOG file from the zip.

How can i achive this

Rajesh

try this

# unzip zipfile.zip FULLPATH_IN_ZIP/*.LOG

It didn't work , this command has created a new directory and extracted the file, it has not extracted in the required directory

---------- Post updated at 06:22 AM ---------- Previous update was at 06:18 AM ----------

Hi while executing the above command i am getting the following error.

unzip 12Apr2012_London.zip /backup/temp/rajesh/12Apr2012_South/.LOG
Archive: 12Apr2012_London.zip
caution: filename not matched: /backup/temp/rajesh/12Apr2012_South/
.LOG

Rajesh

what is the output ?

# unzip -t 12Apr2012_London.zip