D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
profile.d
/
Filename :
colorgrep.csh
back
Copy
# color-grep initialization /usr/libexec/grepconf.sh -c if ( $status == 1 ) then exit endif alias grep 'grep --color=auto' alias egrep 'egrep --color=auto' alias fgrep 'fgrep --color=auto'