9 lines
180 B
Bash
9 lines
180 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
|
|
export GREP_OPTIONS=
|
|
|