in reply to More actions 1 of 50 Older › Date arithmetic advise/improvement - using stat ... calling the Perl script from a UNIX script

Also, you could use the "find" commando (if available in your environment, but typically so in all linuxes) to only process files older than X days:
find /search_in_here/ -type f -mtime +X
  • Comment on Re: More actions 1 of 50 Older › Date arithmetic advise/improvement - using stat ... calling the Perl script from a UNIX script
  • Download Code