in reply to File Aging in UNIX system

Do it yourself with File::Find or use the unix command find to do that.
Boris

Replies are listed 'Best First'.
Re^2: File Aging in UNIX system
by Dismas (Acolyte) on Aug 17, 2004 at 15:28 UTC
    Thanks for the suggestion, Boris, but find uses the same mtime and ctime (or was it atime?) that ls gives--I thought of that, too.

    Thanks any-hoo!