Solution 1:
You can use zgrep
, which has the same semantics as grep
, but can search within compressed files:
$ zgrep -Ril "My_Name"
You can use zgrep
, which has the same semantics as grep
, but can search within compressed files:
$ zgrep -Ril "My_Name"