How do I best compare mtime of several files. I have a script for making
daily backups  into a given directory. Now I want to modify it to
delete old backups if the total exceed cetain number. 

The idea was to compare the mtime of all file to figure out old files to
delete, but somehow I think it shouldn't be all that complicated.
Any elegant idea on how to acomplice this? 

Thanks

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>

Reply via email to