RE: tar wildcard problem

2002-12-31 Thread Wai-Yip Tung \(wtung\)
Sent: Monday, December 30, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: tar wildcard problem On Mon, Dec 30, 2002 at 11:34:37AM -0800, Wai-Yip Tung (wtung) wrote: >I tried everything but non seems to work. This is my tar command: > > tar -T filename.txt -X xfilename.txt -cvWf $TAR_FILE >

Re: tar wildcard problem

2002-12-30 Thread Christopher Faylor
On Mon, Dec 30, 2002 at 11:34:37AM -0800, Wai-Yip Tung (wtung) wrote: >I tried everything but non seems to work. This is my tar command: > > tar -T filename.txt -X xfilename.txt -cvWf $TAR_FILE > >And here is my exclude file xfilename.txt: >./*.bak >'*.bak' >"*.bak" >*.bak >file.txt >file.bak Hav

RE: tar wildcard problem

2002-12-30 Thread Wai-Yip Tung \(wtung\)
Of Igor Pechtchanski Sent: Monday, December 30, 2002 7:27 AM To: Wai-Yip Tung (wtung) Cc: [EMAIL PROTECTED] Subject: Re: tar wildcard problem On Sun, 29 Dec 2002, Wai-Yip Tung (wtung) wrote: > I got some problem using tar. > > * wildcard in -T doesn't work. If I include *.txt in the f

Re: tar wildcard problem

2002-12-30 Thread Igor Pechtchanski
On Sun, 29 Dec 2002, Wai-Yip Tung (wtung) wrote: > I got some problem using tar. > > * wildcard in -T doesn't work. If I include *.txt in the file list I got > > tar: *.txt: Cannot stat: No such file or directory > > However using *.txt in command line do work. Putting exact file name or > direc

tar wildcard problem

2002-12-29 Thread Wai-Yip Tung \(wtung\)
I got some problem using tar. * wildcard in -T doesn't work. If I include *.txt in the file list I got tar: *.txt: Cannot stat: No such file or directory However using *.txt in command line do work. Putting exact file name or directory in the file list also works. * wildcard in -X file doesn