On Jun 22, 2006, at 10:55 AM, Jared Earle wrote:
On 6/22/06, Google Kreme <[EMAIL PROTECTED]> wrote:
10 5 1 * * find $HOME/Documents/.backups/ -atime +60 -print0 | xargs
-0 rm
or even ...
find $HOME/Documents/.backups/ -atime +60 -exec rm '{}' \;
or
find $HOME/Documents/.backups/ -atime +60 -delete
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>