Re: extglob problems

2017-01-16 Thread Chet Ramey
On 1/15/17 2:46 PM, Grisha Levit wrote: >> On 3/23/16 6:15 PM, Isabella Parakiss wrote: >>> Just wanted to report a couple of problems in 4.3.42 and the latest >>> devel version: >> >> Thanks for the report. These were both easy fixes, and the fixes will >> be in bash-4.4. > > Using Isabella's ex

Re: extglob problems

2017-01-15 Thread Grisha Levit
On Sun, Jan 15, 2017 at 2:46 PM, Grisha Levit wrote: > Using Isabella's examples and the latest devel snapshot, there still seems to be something off when dotglob is enabled: Also the following case doesn't seem right (this time without dotglob): $ echo !(f) a b c $ echo !(f)!(f) . .. .x .y .z a

Re: extglob problems

2017-01-15 Thread Grisha Levit
> On 3/23/16 6:15 PM, Isabella Parakiss wrote: >> Just wanted to report a couple of problems in 4.3.42 and the latest >> devel version: > > Thanks for the report. These were both easy fixes, and the fixes will > be in bash-4.4. Using Isabella's examples and the latest devel snapshot, there still

Re: extglob problems

2016-04-10 Thread Chet Ramey
On 3/23/16 6:15 PM, Isabella Parakiss wrote: > Just wanted to report a couple of problems in 4.3.42 and the latest > devel version: Thanks for the report. These were both easy fixes, and the fixes will be in bash-4.4. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

Re: extglob problems in bash

2005-10-16 Thread Chet Ramey
Enrique Perez-Terron wrote: > > On Sun, 16 Oct 2005 17:10:48 +0200, <[EMAIL PROTECTED]> > posted on comp.unix.shell: > >> I have a problem that I'm trying to solve with the help of extended >> globbing. It doesn't work, and so I've narrowed down the buggy bit to a >> simple, illustrative example.

Re: extglob problems in bash

2005-10-16 Thread Enrique Perez-Terron
On Sun, 16 Oct 2005 17:10:48 +0200, <[EMAIL PROTECTED]> posted on comp.unix.shell: I have a problem that I'm trying to solve with the help of extended globbing. It doesn't work, and so I've narrowed down the buggy bit to a simple, illustrative example. I need to match literal parentheses in a