Skip to content

Instantly share code, notes, and snippets.

@zdzolton
Created April 10, 2009 20:20
Show Gist options
  • Save zdzolton/93273 to your computer and use it in GitHub Desktop.
Save zdzolton/93273 to your computer and use it in GitHub Desktop.
function grapp {
find ./app -name "*.rb" |xargs fgrep --color $1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment