Skip to content

Instantly share code, notes, and snippets.

@samweston
Created October 11, 2012 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save samweston/3870696 to your computer and use it in GitHub Desktop.
Save samweston/3870696 to your computer and use it in GitHub Desktop.
grrrrrrrrrrrr.
function gr()
{
if [ $# == 1 ]
then
grep --color -r $* .
elif [ $# == 2 ]
then
grep --color -r $*
else
echo ">.<"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment