Skip to content

Instantly share code, notes, and snippets.

@hoox
Created August 23, 2017 04:04
Show Gist options
  • Save hoox/78afba6609d61f5f0f138bcf9943aa85 to your computer and use it in GitHub Desktop.
Save hoox/78afba6609d61f5f0f138bcf9943aa85 to your computer and use it in GitHub Desktop.
Grep through a set of ZIP files

Grep through a set of ZIP files

for f in *.zip; do zipgrep textToQuery $f && echo $f; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment