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

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. I need