Does anybody have experience with zipgrep? I'm trying to run a regex with alternation but for some reason it's not working. I run:
zipgrep -E "(wordA|wordB)" file.zip
on a zip file which I know it contains bot words within its files, but it returns nothing, if I uncompress the file and run egrep, it works fine 🤯
Edit: fixed the command again bc apparently I can't type
damn, no, I just typed it, haha, I should've copypaste it.