|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^5: 'unlink' seems to not work correctly ...by merlyn (Sage) |
| on Dec 05, 2009 at 13:15 UTC ( [id://811228]=note: print w/replies, xml ) | Need Help?? |
|
Yes, no_chdir means that find needs to keep readdirring and stating longer and longer paths, repeatedly traversing the parent directories. Real find, like the default File::Find, uses chdir to ensure that the readdir and stats traverse the minimal number of inodes.
-- Randal L. Schwartz, Perl hacker The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||