Turn on the coloring with <ef>grep (ticket #9044)
All grep versions have the ability to display a colored output. The patch turns on coloring in auto mode. Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
b9b8b20f3f
commit
642eeda1c1
@@ -0,0 +1,3 @@
|
|||||||
|
alias egrep='egrep --color=auto'
|
||||||
|
alias fgrep='fgrep --color=auto'
|
||||||
|
alias grep='grep --color=auto'
|
||||||
Reference in New Issue
Block a user