in reply to
How to efficiently parse "ls -a"?
The most efficient way to parse ls -a is to use
stat
(and lstat) instead.
Comment on
Re: How to efficiently parse "ls -a"?
In Section
Seekers of Perl Wisdom