You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated pcre2grep in HEAD so that it now behaves like GNU grep (having had a bright idea as to how to do this without too much complication). This version of pcre2grep will therefore be in the next release, which I'm expecting to be out before the end of the year. I am therefore closing this issue.
$ echo 'aaa bbb' | pcregrep --color -e 'aaa' -e 'bbb'
aaa bbb
("aaa" and "bbb" are colored.)
↑↑↑↑↑↑↑↑↑↑
THIS IS OK.
$ echo 'aaa bbb aaa' | pcre2grep --color -e 'aaa' -e 'bbb'
aaa bbb aaa
(only "aaa" are colored, but not "bbb".)
↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
What do you think?
(”bbb" also should be matched and colored, as it is with GNU egrep?)
pcre2grep version 10.39 2021-10-29
The text was updated successfully, but these errors were encountered: