Johans notes, links etc RSS

This is just another unimportant web page with links and pictures of things that I like or just don't want to forget. Contact me
My lifestream

Archive

Apr
22nd
Tue
permalink

Useful alias for grep that I like to use.

# Place it in your .bashrc .bash_aliases or whatever.
alias g='grep -ri --color=always'
 
# Then use it like
g "search for this" ./path
 
# With less 
g "search for this" ./path | less -R

Comments (View)
blog comments powered by Disqus