On Tue, Aug 19, 2003 at 12:09:41PM +0200, Michael Schwendt wrote:
> On Tue, 19 Aug 2003 17:04:56 +0800 (SGT), Didier Casse wrote:
> > My problem is as follows: I've a zip file like this:
> > -----------------------------------------------------
> > Archive:  photos.zip
> >   Length     Date   Time    Name
> >  --------    ----   ----    ----
> >    766669  08-19-03 16:21   Photos/CIMG0394.JPG
> >    770011  08-19-03 16:21   Photos/CIMG0395.JPG
> >    857205  08-19-03 16:21   Photos/CIMG0396.JPG
> >    180574  08-19-03 16:21   Photos/SleepingPups.jpg
> >  --------                   -------
> >   2574459                   4 files
> > ------------------------------------------------------
> > but I want to extract the JPG files only without extracting the Photos
> > directory with it. Anybody knows the command with unzip?
<snip>
> unzip -j photos.zip

To expand upon this (correct) answer:
        man unzip
        unzip
unzip without arguments gives you a full screen summary of its commands.
So you won't need to ask, next time,...

-- 
---- Fred Smith -- [EMAIL PROTECTED] -----------------------------
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
      it with justice and righteousness from that time on and forever."
------------------------------- Isaiah 9:7 (niv) ------------------------------

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to