Skip to content

Instantly share code, notes, and snippets.

@pstorch
Created June 27, 2016 11:17
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 pstorch/c225b3894d51d1e082da52d18d73f951 to your computer and use it in GitHub Desktop.
Save pstorch/c225b3894d51d1e082da52d18d73f951 to your computer and use it in GitHub Desktop.
find a text in files recursively
grep --include=\*.java -rnw . -e "pattern"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment