Last active
November 4, 2018 09:57
-
-
Save qtopie/6c908af1ef9a994463e33678d2b3e27e to your computer and use it in GitHub Desktop.
Find file contains specific string
This file contains 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 -rnwH ./ -e WIN32 | sed -e 's/\(.*\):[0-9+].*/\1/' | sort | uniq | grep -v Binary | xargs vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment