[bug #14243] Basic regular expressions does not work

2005-08-21 Thread Bob Proulx
Follow-up Comment #3, bug #14243 (project findutils): Note that GNU grep uses an GNU regular expression engine which is compliant with POSIX but extents it. In particular \{ and \} are extensions. Normally those would not be valid escape sequences. Those invalid basic regular expression sequenc

Re: [bug #14243] Basic regular expressions does not work

2005-08-21 Thread James Youngman
On Sun, Aug 21, 2005 at 01:59:46PM +0200, Andreas Metzler wrote: > I've attached a patch against CVS HEAD to the documentation to fix the parts > that still said, that POSIX BRE was the default behavior. Thanks, I will look at that whem I hget beck from vacation. James

[bug #14243] Basic regular expressions does not work

2005-08-21 Thread Andreas Metzler
Follow-up Comment #2, bug #14243 (project findutils): I've attached a patch against CVS HEAD to the documentation to fix the parts that still said, that POSIX BRE was the default behavior. ___ Additional Item Attachment: File name: fixrege

[bug #14243] Basic regular expressions does not work

2005-08-21 Thread Andreas Metzler
Follow-up Comment #1, bug #14243 (project findutils): find uses emacs-type regular expressions by default.[1] Recent releases allow selecting the prefered regex-variant by using the option -regextype. cu andreas ___ Reply to

[bug #14243] Basic regular expressions does not work

2005-08-21 Thread anonymous
URL: Summary: Basic regular expressions does not work Project: findutils Submitted by: None Submitted on: Sun 08/21/05 at 09:29 Category: find