> I would like the script to do the following:
> 1) List all *.java files containing following patterns:
>    double, parseDouble

Sounds to me like you don't need to resort to perl yet with this problem...

 egrep -rHis '\bdouble\b|\bparsedouble\b' /path/to/dir/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to