Help for this page
cd /path/to/search grep -l pattern_to_find *
#!/usr/bin/perl ... print "The pattern {$regex} was found in ", scalar @matches, " files:\ +n"; print "@matches\n";