Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created October 17, 2016 14:07
Show Gist options
  • Select an option

  • Save arodbits/9be2d4970745e0073ea7f35b76c2c021 to your computer and use it in GitHub Desktop.

Select an option

Save arodbits/9be2d4970745e0073ea7f35b76c2c021 to your computer and use it in GitHub Desktop.
Search for pattern in all the files from a 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