Last active
January 2, 2022 13:34
-
-
Save tomfbush/285f2db050fb82a2ff85c867ffb9b775 to your computer and use it in GitHub Desktop.
Search a path for a pattern in text files
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
# via https://stackoverflow.com/a/16957078/4421532 | |
grep -rnw '/path/to/somewhere/' -e 'pattern' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment