Ed Cogburn wrote:

> > > |> tar -zcvf test.tar * --exclude=leave_me_out.txt

> > Seems to be broken here too.
> >
> 
>         Ditto here.  Note to previous thread respondant.  The *order* of 
> arguments
> makes *no* difference.  This still fails:
> 
>         tar --exclude=xxx -zcvf test.tar

This fails:

tar --exclude=xxx -zcvf test.tar *

But this works:

tar --exclude=xxx -zcvf test.tar ./

Go figure.

-- 
...RickM...


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to