in reply to Re: in Perl find call looking to exclude folder and ignore duplicate finds.
in thread in Perl find call looking to exclude folder and ignore duplicate finds.

Here's a solution without using File::Find that's pretty simple and I think covers all your requirements (that is, if you are on Linux) ...

What is in the code you had posted would make it not work on UNIX or Unix-like OSen?

  • Comment on Re^2: in Perl find call looking to exclude folder and ignore duplicate finds.

Replies are listed 'Best First'.
Re^3: in Perl find call looking to exclude folder and ignore duplicate finds.
by soonix (Chancellor) on Apr 24, 2023 at 07:57 UTC
    I think, in this case "Linux" is meant as pars pro toto for "not Windows"