This will move files whose modification time is > 3 days in the past find /path/to/search/ -type f -mtime +3 -exec mv {} /place/to/move/to/ \; On Mon, 2011-05-09 at 09:00 -0500, Raymond Norton wrote: > I need help with a 'find' command that will move inbound mail messages > that are older than 3 days to a temp folder. > > Raymond > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20110509/242623e0/attachment.html>