- Original Message -
> On Mon, Sep 23, 2013 at 6:34 AM, Jaroslav Skarvada
> wrote:
> > printf
> > '1234x\n'
> > | grep 1234 --color=always
>
> Thank you for the report.
> I confirm that setting GREP_COLORS
Hi Jim.
I should note that gawk uses its own regex, although it does rely
on glibc for isspace / iswspace etc...
Can you test gawk (using the master branch is fine) on Mac OS X?
Basically you'd want to enclose the pattern in /.../ on the command
line and use GAWK_NO_DFA=1 to force use of regex.