I tried the answers here, but without luck.
find . -name "*.epub" -exec zipgrep pattern {} \;
showed me "matched", but didn't give me the matching epub file back. Also, it returned huge blobs of data, which were hard to grep through.
grep -a didn't work at all.
I want something like grep -R but for epub files.