Created
November 9, 2020 12:44
-
-
Save Knase/4a97eb483e09f6d5429de7d25f58237d to your computer and use it in GitHub Desktop.
Find in gz
This file contains hidden or 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 \*.gz -print0 | xargs -0 zgrep "some_text" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment