Skip to content

Instantly share code, notes, and snippets.

@szydan
Created October 23, 2012 14:37
Show Gist options
  • Save szydan/3939113 to your computer and use it in GitHub Desktop.
Save szydan/3939113 to your computer and use it in GitHub Desktop.
search for string in bunch of files
// here searching for .when( string inside my workspaces
find ~/workspace*/ -iname "*.js" -exec grep --color -lI "\.when(" '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment