Date: Tue, 20 Jul 1999 23:30:43 -0400 (EDT) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: tilmant@metacreations.com (Tom Tilmant) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Find Command Message-ID: <199907210330.XAA07218@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <000001bed321$118409c0$130a70d8@tilmant.com> from Tom Tilmant at "Jul 20, 99 07:30:59 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Tom Tilmant wrote, > I would like to setup a cron job that search for last access date >30 days > and remove the file. Could someone help me with the find command that would > handle this. ^^^^ find(1) See, 'man find'. In particular, the '-atime' switch. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907210330.XAA07218>