in reply to Re^2: File/Dir Attributes
in thread File/Dir Attributes

Is there anything which equals to Unix 'file' command?
There is a Perl core module File::Find which has a find function.

There is also a CPAN module, File::Find::Rule, which, in my opinion, has a simpler interface than File::Find.

This may also be of use: UNIX 'command' equivalents in Perl