Created
May 8, 2019 14:08
-
-
Save rogervila/7e57f95b9a30e10fbd037bb41985e1c1 to your computer and use it in GitHub Desktop.
Find files by its content
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
#!/usr/bin/env bash | |
find /full/path/ -type f -exec grep -Hn "search term" {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment