soubalaji has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,

i have one directory in that directoy contains 1000's of sub directory in that each subdirectory contains more than one "log.txt" file.
I want to find the file (eg., log.txt), in the specified date file only.
Is there any module to find this like "File::Find::Rule".
Thanks in Advance

Balaji S.

Replies are listed 'Best First'.
Re: How to find the file through datewise
by moritz (Cardinal) on Sep 24, 2008 at 15:45 UTC
    each subdirectory contains more than one "log.txt" file.

    How? All operating systems that I know of support only one file of a specific name per directory.

    I want to find the file (eg., log.txt), in the specified date file only.

    What's this date file you're talking about?

    Sorry, we can't read your mind. Try reading How (Not) To Ask A Question and How do I post a question effectively?, then try again to give us a more coherent view of your problem.

      VMS?

        Yes good old VMS, but then the files are made unique by their version number, i.e.

        log.txt;1 log.txt;2 log.txt;3 etc.

        As the question is completely unclear I'll guess we'll never know...