Skip to content

Instantly share code, notes, and snippets.

@nielsenrc
Created September 9, 2015 19:50
Show Gist options
  • Save nielsenrc/31956f5a78c143705e21 to your computer and use it in GitHub Desktop.
Save nielsenrc/31956f5a78c143705e21 to your computer and use it in GitHub Desktop.
CLI | Search for Files Containing String
grep -lr "text-you-are-searching-for" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment