Skip to content

Instantly share code, notes, and snippets.

@code26
Created June 19, 2018 15:45
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 code26/2d1c7b4527b02f2c5c9e398da9eced6f to your computer and use it in GitHub Desktop.
Save code26/2d1c7b4527b02f2c5c9e398da9eced6f to your computer and use it in GitHub Desktop.
Bash: Search for 'keyword' in files
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