GNU bug report logs - #19953
egrep: 'Invalid range end' - bug or not?

Previous Next

Package: coreutils;

Reported by: George Shuklin <george.shuklin <at> gmail.com>

Date: Thu, 26 Feb 2015 13:30:03 UTC

Severity: normal

Tags: notabug

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: George Shuklin <george.shuklin <at> gmail.com>
To: 19953 <at> debbugs.gnu.org
Subject: bug#19953: egrep: 'Invalid range end' - bug or not?
Date: Thu, 26 Feb 2015 15:28:51 +0200
$ echo 'sample-text'|egrep '[0-9\-a-z]'
grep: Invalid range end

but:

$ echo 'sample-text'|egrep '[0-9a-z\-]'
sample-text

(grep 2.20-4.1)




This bug report was last modified 6 years and 214 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.