I am using the zutils version of zgrep v0.9 (not the gzip wrapper script) and to recursively grep zip files starting from the current folder I simply use:
zgrep -r "MY_STRING" .
This works fine. However, it does not search zip files within zip files.
How do I grep recursively across a directory and recursively search zip files within zip files?