in reply to Re^2: remove files starting with white from its folders and sub folders using perl?
in thread remove files starting with white from its folders and sub folders using perl?

i want to read all folders and sub folders

Somebody already figured that out.

File::Find::Rule, Path::Iterator::Rule, Path::Tiny.


The way forward always starts with a minimal test.
  • Comment on Re^3: remove files starting with white from its folders and sub folders using perl?

Replies are listed 'Best First'.
Re^4: remove files starting with white from its folders and sub folders using perl?
by Anonymous Monk on Apr 17, 2017 at 11:29 UTC
    That will convince OP