...ok a couple questions? Why not just append a date/time stamp when the files are dropped in the local folder? Otherwise perhaps find files less than 1 day old and touch them: find /home/ -name file_name* -mtime -1 -exec touch {} matt