Re: Problem with extglob patterns used in HISTIGNORE

2010-08-13 Thread Chet Ramey
On 8/6/10 9:31 AM, Greg Wooledge wrote: > On Thu, Aug 05, 2010 at 10:09:38AM +, Dimitar DIMITROV wrote: >> The extended glob pattern @(?|??|???|)*([[:space:]]):*([[:space:]]) >> is not respected when used for the HISTIGNORE environment variable: >> >> export HISTIGNORE='@(?|??|?

Re: Problem with extglob patterns used in HISTIGNORE

2010-08-06 Thread Greg Wooledge
On Thu, Aug 05, 2010 at 10:09:38AM +, Dimitar DIMITROV wrote: > The extended glob pattern @(?|??|???|)*([[:space:]]):*([[:space:]]) > is not respected when used for the HISTIGNORE environment variable: > > export HISTIGNORE='@(?|??|???|)*([[:space:]]):*([[:space:]])' This

Re : Problem with extglob patterns used in HISTIGNORE

2010-08-06 Thread Dimitar DIMITROV
> On Thu, Aug 05, 2010 at 10:09:38AM +, Dimitar DIMITROV wrote: > >The extended glob pattern @(?|??|???|)*([[:space:]]):*([[:space:]]) > >is not respected when used for the HISTIGNORE environment variable: > > > >export HISTIGNORE='@(?|??|???|)*([[:space:]]):*([[:space:]])'