9 lines
178 B
Bash
9 lines
178 B
Bash
#!/bin/sh
|
|
|
|
#export GREP_OPTIONS="--color"
|
|
#GREP_COLORS="ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36"
|
|
#export GREP_COLORS
|
|
|
|
# disable deprecated variable
|
|
unset GREP_OPTIONS
|
|
|