Tagged Questions
6
votes
1answer
120 views
Highlighting with grep doesn't work in Xterm
I've got a problem with Xterm.
When I use the command
tail -F example.log | grep -a -i -e 'examplestring'
in Xterm the "grepped" strings aren't highlighted in red like they would be in the normal ...