Last active
December 21, 2020 15:12
-
-
Save claudius108/c38f7f81ec119b77f1d8e33513ff8b42 to your computer and use it in GitHub Desktop.
find-string-in-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
find . -name "*" -print0 | xargs -0 grep -l "22" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment