grep_options and grep_color on mac os x Posted on 2012-10-26 | In macos 在Mac OS X下将grep匹配到的结果高亮显示。 vi ~/.bash_profileexport GREP_OPTIONS='--color=auto'export GREP_COLOR='1;30;40'