Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 8f6f6c9a9aa8def1c42d62990b32113b > files > 2

grep-2.7-5.fc15.src.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'