On Sun, 15 Dec 2019, Rich Shepard wrote:

Yesterday I put this command in root's crontab:
20 1 * * * find /tmp -mtime +7 -type f -exec rm -f { } ';'

Fixed by removing the whitespace between the two braces. I should have
caught -- even avoided -- that error.

Rich
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to