Created
June 7, 2017 10:36
-
-
Save boina-n/dc525248b30db661bedfecface03793f to your computer and use it in GitHub Desktop.
How to find a file containing a 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
# The text in the file to be found: "83oMef5367" | |
find . -type f -exec grep -nH "83oMef5367" {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment