6 lines
119 B
Shell
6 lines
119 B
Shell
|
|
#
|
||
|
|
# Color grep results
|
||
|
|
# Examples: http://rubyurl.com/ZXv
|
||
|
|
#
|
||
|
|
export GREP_OPTIONS='--color=auto'
|
||
|
|
export GREP_COLOR='1;32'
|