Skip to content

Instantly share code, notes, and snippets.

@jnjcub
Created February 3, 2015 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnjcub/a957dcf4347b8d9bfaf6 to your computer and use it in GitHub Desktop.
Save jnjcub/a957dcf4347b8d9bfaf6 to your computer and use it in GitHub Desktop.
Good Finds
find ./ -type f \( -name "*.erb" -o -name "*.rb" -o -name "*.js" \) -exec grep -H "searchstring" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment