OpenBSD egrep finds nothing in any text:
---
% echo "some text here" | egrep -x "" ; echo $status
some text here
0
---

GNU grep does not:
---
% echo "some text here" | gegrep -x "" ; echo $status
1
---
Isn't that a bug in OpenBSD egrep?

M.

Reply via email to