GNU bug report logs -
#62272
Erroneous claim in grep man page
Previous Next
Reported by: dakra137 <at> gmail.com
Date: Sun, 19 Mar 2023 12:47:01 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This is a request and further endorsement of a report from 2008, ending
with https://lists.gnu.org/archive/html/bug-grep/2008-08/msg00002.html
Request: Either add four words to the manpage or delete the entire
sentence.
ASIS: "In GNU grep there is no difference in available functionality
between basic and extended syntaxes."
TOBE: "Although the syntaxes differ, in GNU grep there is no difference in
available functionality between basic and extended syntaxes."
Reasoning: The user should not suffer for not realizing that "no difference
in available functionality" does not imply "no difference in syntax."
Example:
*$* *grep -i "([A-Z])\1\1" *
grep: Invalid back reference
#but no problem with:
*$* *grep -i -E "([A-Z])\1\1"*
or
*$* *grep -i "\([A-Z]\)\1\1" *
---
Thank you,
*David A. Kra*
__________________________________________________________________
[Message part 2 (text/html, inline)]
This bug report was last modified 2 years and 145 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.