> 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
Danny Fang wrote:
> Hi
> I'm a newbie in PERL and wish to seek some help with regards to
> pattern matching PERL and grep.
Hi, and welcome.
First, "perl" is the interpreter for the "Perl" language.
"PERL" is considered gauche. :~)
>
> I would like the script to do the following:
[ snip spec
Where's the code you'ce tried so far?
--
-
InteleNet Communications Inc. "Help me help you."
Chance Ervin - SCSA -- Jerry Maguire
Oracle Certified Professional
Systems Engineer
From: Danny Fang [mailto: