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'
<July 30, 2010>
Add these lines to your ~/.bashrc to make colorful grep | less output.
alias grep='grep --color=always' export LESS='-R'