Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 35cc247dcde145f445d974e7038ec466 > files > 5

grep-2.7-5.fc15.i686.rpm


# color-grep initialization

if ( -r /etc/GREP_COLORS ) then
    set color_none=`sed -n '/^COLOR.*none/Ip' < /etc/GREP_COLORS`
    if ( "$color_none" != '' ) then
        unset color_none
        exit
    endif
    unset color_none
endif

alias grep 'grep --color=auto'