Search a "String" in folder containing zips of text files

Solution 1:

You can use zgrep, which has the same semantics as grep, but can search within compressed files:

$ zgrep -Ril "My_Name"