in reply to
File Aging in UNIX system
Do it yourself with
File::Find
or use the unix command
find
to do that.
Boris
Comment on
Re: File Aging in UNIX system
Download
Code
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!
[reply]
In Section
Seekers of Perl Wisdom