bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15773: grep-2.15 bug report


From: Mirraz Mirraz
Subject: bug#15773: grep-2.15 bug report
Date: Thu, 31 Oct 2013 21:46:55 +0400


After updating from 2.14 to 2.15 grep has started to fail to match patterns 
that contain '\s*' or '\s\+'
For example:

(grep-2.14)
$ echo '[ ]' | grep '\s*'
[ ]
$

(grep-2.15)
$ echo '[ ]' | grep '\s*'
$





reply via email to

[Prev in Thread] Current Thread [Next in Thread]