Skip to content

Instantly share code, notes, and snippets.

@Luukdegram
Created March 22, 2016 09:27
Show Gist options
  • Select an option

  • Save Luukdegram/71d3feb451f291c027e5 to your computer and use it in GitHub Desktop.

Select an option

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