Skip to content

Instantly share code, notes, and snippets.

@boina-n
Created June 7, 2017 10:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save boina-n/dc525248b30db661bedfecface03793f to your computer and use it in GitHub Desktop.
Save boina-n/dc525248b30db661bedfecface03793f to your computer and use it in GitHub Desktop.
How to find a file containing a text
# 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