<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
This will move files whose modification time is > 3 days in the past<BR>
<BR>
find /path/to/search/ -type f -mtime +3 -exec mv {} /place/to/move/to/ \;<BR>
<BR>
<BR>
<BR>
On Mon, 2011-05-09 at 09:00 -0500, Raymond Norton wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
I need help with a 'find' command that will move inbound mail messages
that are older than 3 days to a temp folder.
Raymond
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>