grep and less with color

Add these lines to your ~/.bashrc to make colorful grep | less output.

alias grep='grep --color=always'
export LESS='-R'
This entry was posted in <linux>. Bookmark the permalink.
<RSS Feed>