in reply to
search directory for files with string
Do you have access to Unix
grep
?
grep -l string dir/*
[download]
Comment on
Re: search directory for files with string
Download
Code
In Section
Seekers of Perl Wisdom