in reply to RE: RE: (jcwren) RE: Re: Deleting files over 2 weeks old?
in thread Deleting files over 2 weeks old?

And that causes a separate process invocation on each file, so as a denial of service attack, I can create hundreds of thousands of empty files in /tmp, and you end up firing a separate rm for each.

The Perl solution is still the best. Fewest processes, and no problem with special characters in the filename.

-- Randal L. Schwartz, Perl hacker

  • Comment on RE: RE: RE: (jcwren) RE: Re: Deleting files over 2 weeks old?