in reply to Re: How to match the file and rename the contents in the .config files of directories and subdirectories using perl?
in thread How to match the file and rename the contents in the .config files of directories and subdirectories using perl?

The above code works for matching and renaming the directories.Now i like to do same process for all .config files inside those directories.And another thing it should be done before the last level of the tree(i.e we should omit the file name which ever starts with rev.config from the last level of the directory)
  • Comment on Re^2: How to match the file and rename the contents in the .config files of directories and subdirectories using perl?