Help for this page
gunzip -c *.tgz | grep target_regex > target.hits
#!/usr/bin/perl ... print if /target_regex/; } }