Skip to content

Instantly share code, notes, and snippets.

@pstorch
Created June 27, 2016 11:17
Show Gist options
  • Select an option

  • Save pstorch/c225b3894d51d1e082da52d18d73f951 to your computer and use it in GitHub Desktop.

Select an option

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