Skip to content

Instantly share code, notes, and snippets.

@nikolazic
Created January 24, 2014 20:39
Show Gist options
  • Save nikolazic/8605914 to your computer and use it in GitHub Desktop.
Save nikolazic/8605914 to your computer and use it in GitHub Desktop.
Find a string in files
http://stackoverflow.com/questions/16956810/finding-all-files-containing-a-text-string-in-linux
grep -rnw 'directory' -e "pattern"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment