9 Jan
2001
9 Jan
'01
15:54
On Tue, 9 Jan 2001 11:06:13 +0100 , Hampton, Paul wrote: | Hi all | | Does anyone know of a way or a script to delete old files, say that are | older than a month? | | Thanks | Paul | This is a cron entry from a server of mine: (Mind the wrapping!) 0 5 * * * OUT=/var/log/cleantmp.log; (echo "----"; echo "`date`"; find /tmp -type f -maxdepth 1 -mtime +14 -exec rm -v -f {} \; ) >>$OUT Cheers, -- Koos Pol ---------------------------------------------------------------------- S.C. Pol T: +31 20 3116122 Systems Administrator F: +31 20 3116200 Compuware Europe B.V. E: koos_pol@nl.compuware.com Amsterdam PGP public key available