Apr
17
2009
17
2009
Add these lines to your ~/.bashrc to make colorful grep | less output.
alias grep='grep --color=always' export LESS='-R'
<March 11, 2010>
Add these lines to your ~/.bashrc to make colorful grep | less output.
alias grep='grep --color=always' export LESS='-R'