Apr
22nd
Tue
22nd
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