in reply to File::Find
Into your program and it will work fine. As I understand it this lowers the efficiency of File::Find because it has to look into each directory to see if there are entries in it rather than just looking at the nlink field in the inode. Non unix filesystems (and AFS ;-) don't set this properly.$File::Find::dont_use_nlink=1
This note is based on my experience with File::Find under Linux. It is probably similar under other *nix based systems but since foreign partition mounting is an OS specific thing YMMV.
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: File::Find
by tye (Sage) on Sep 17, 2000 at 01:28 UTC | |
RE: RE: File::Find
by merlyn (Sage) on Sep 16, 2000 at 21:55 UTC | |
by ncw (Friar) on Sep 18, 2000 at 00:58 UTC |