Help: "find command in windows"

Help: "find command in windows"

am 23.07.2005 15:25:43 von Joe Bayerii

Hi, group, I need to move a perl script from unix to windows. I need to do
something like "find -type f" to list all the file under a directory and
sub-directory, the list will be very big, 200million files.

Now under windows, I will have to use File::Find, and print each file name
by file handler, but it is much slow than the unix command "find", does any
body have a better idea?

Thanks for your help