Last active
December 3, 2015 18:12
-
-
Save Mausy5043/cf460c1d804cd63475d4 to your computer and use it in GitHub Desktop.
FInd file(s) containing specific text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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