Created
September 20, 2020 21:16
-
-
Save drrost/6fabb789b5679910f39cbf12049d1a34 to your computer and use it in GitHub Desktop.
Searches for text in a directory recursively
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
cat $(find . -type f) | grep memcpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment