Turn on GREP Color Always
By Shay Anderson on January 2014
You can turn on grep color by using: # grep –color=always 123 file.txtOr, you can turn this option on always using: # export GREP_OPTIONS=’–color=always’This will allow grep color option always.