App-findsort
view release on metacpan or search on metacpan
script/findsort view on Meta::CPAN
=item * ctime
Sort by oldest creation time first.
=item * -ctime
Sort by newest modification time first.
=item * size
Sort by smallest file first. Size is from `stat()`, so for directory this won't
total the total contents inside.
=item * -size
Sort by largest file first. Size is from `stat()`, so for directory this won't
total the total contents inside.
=item * du
Sort by smallest disk usage first. Size is from L<Filesys::DiskUsage>, so for
directory this will total the total contents inside.
=item * -du
Sort by largest disk usage first. Size is from L<Filesys::DiskUsage>, so for
( run in 1.385 second using v1.01-cache-2.11-cpan-49f99fa48dc )