in reply to Re: "em" - Emphasize text using regular expressions
in thread "em" - Emphasize text using regular expressions

With this tool you can just type
tail -f logfile | em "interesting"

...instead of
export GREP_COLOR="33;1" && tail -f logfile | grep "interesting" --colour

And you can do more than one regex/color in the same filter.

-- Time flies when you don't know what you're doing