Skip to content

Instantly share code, notes, and snippets.

@Luukdegram
Created March 22, 2016 09:27
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 Luukdegram/71d3feb451f291c027e5 to your computer and use it in GitHub Desktop.
Save Luukdegram/71d3feb451f291c027e5 to your computer and use it in GitHub Desktop.
Finds a pattern within files from given directory
grep -rnw '/path/to/somewhere/' -e "pattern"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment