Skip to content

Instantly share code, notes, and snippets.

@Mausy5043
Last active December 3, 2015 18:12
Show Gist options
  • Save Mausy5043/cf460c1d804cd63475d4 to your computer and use it in GitHub Desktop.
Save Mausy5043/cf460c1d804cd63475d4 to your computer and use it in GitHub Desktop.
FInd file(s) containing specific text
grep -rnw /path/to/search -e "text to find" 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment