Skip to content

Instantly share code, notes, and snippets.

@Knase
Created November 9, 2020 12:44
Show Gist options
  • Save Knase/4a97eb483e09f6d5429de7d25f58237d to your computer and use it in GitHub Desktop.
Save Knase/4a97eb483e09f6d5429de7d25f58237d to your computer and use it in GitHub Desktop.
Find in gz
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