in reply to Re^2: Deleting a Temp File
in thread Deleting a Temp File

I think you can use Unix find command for that. You can also use Perl for that using Find::File or File::Find::Rule. Check also -X and stat for more information on how get the creation date of some file.

Igor 'izut' Sutton
your code, your rules.