Skip to content

Instantly share code, notes, and snippets.

@DanLaufer
Last active October 19, 2018 14:37
Show Gist options
  • Save DanLaufer/d90a1e0c0f0db08790378c388943edcb to your computer and use it in GitHub Desktop.
Save DanLaufer/d90a1e0c0f0db08790378c388943edcb to your computer and use it in GitHub Desktop.
Bash - Alias for a better grep
function greppy
{
grep -Hnoir "$1" .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment