Re: How to find same filename in subdirectory

2004-05-26 Thread John W. Krahn
[EMAIL PROTECTED] wrote: > > Hi, John thanks you comment, the coding is work. But i'm detect have some small > problem in line 7 print "$File::Find::name\n" if $_ eq 'File1'; I test as below > sample 2 is follow you coding. From here i detect nothing return from script. > > But after i amend the

Re: How to find same filename in subdirectory

2004-05-26 Thread John W. Krahn
Lktee wrote: > > Hi, now I design another way. Hello, > First I request user enter the directory want to search first, if the > directory exist in the system, script will search the entire directory. If > the filename is same will display out, else no result will return. If > directory not exist

RE: How to find same filename in subdirectory

2004-05-26 Thread LKTee
Hi, now I design another way. First I request user enter the directory want to search first, if the directory exist in the system, script will search the entire directory. If the filename is same will display out, else no result will return. If directory not exist will request user try another dir