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