Re: Using the zip/unzip command given with Oracle in Unix, without directory names
Date: Tue, 2 Sep 2008 05:11:44 -0700 (PDT)
Message-ID: <75243b51-b14b-4b55-b845-27229ba32f4d@l64g2000hse.googlegroups.com>
Thanks for your response.
Actually, there's an option with the zip command, -j, which helps to drop the directory names as I was expecting. I overlooked this option earlier. Now, it's fine.
On Sep 2, 12:53 pm, sybra..._at_hccnet.nl wrote:
> On Tue, 2 Sep 2008 02:19:10 -0700 (PDT), compuneo <compu..._at_gmail.com>
> wrote:
>
>
>
>
>
> >Hi,
>
> >I am trying to compress using the zip/unzip command given with Oracle
> >in Unix.
>
> >The objective is to create a zip file, for e.g. for the following,
> >from any directory other than tt, without the directory name.
>
> >tt/f1.txt
> >tt/f2.txt
>
> >into tt.zip. Say I'm using this command: zip -r tt.zip tt/
>
> >In other words, I want the zip file to have only f1.txt and f2.txt.
> >I am not able to compress without the directory names.
>
> >I have seen all the options (shown with -h option) given with zip and
> >also tried to see if unzip has any option to extract without the
> >directory names. I could not find.
>
> >Can anyone please advise. If there is any other Unix compression
> >commands, to achieve this (.zip format).
>
> >Thanks,
> >Vijay
>
> Please cd into the directory at hand.
> As far as I know this is the only method to drop the directory names.
> This applies to tar and other utilities too.
>
> --
> Sybrand Bakker
> Senior Oracle DBA- Hide quoted text -
>
> - Show quoted text -
Received on Tue Sep 02 2008 - 07:11:44 CDT