Re: file search containing string

2007-09-25 Thread Paul Lalli
On Sep 24, 4:46 pm, [EMAIL PROTECTED] (Nishi Bhonsle) wrote: > How can I use perl to do the following - > > --Look for a file on a filesystem containing a string such as > "Product Name 1.0.0.0.0" perldoc File::Find perldoc perlretut > --Then get the disk location path of the file and store the

file search containing string

2007-09-24 Thread Nishi Bhonsle
Hi: How can I use perl to do the following - --Look for a file on a filesystem containing a string such as "Product Name 1.0.0.0.0" --Then get the disk location path of the file and store the path in a variable. --Pass the variable to an external java program. Thanks a lot! -- To unsubscribe,