[PLUG] Script not working as intended [FIXED]

Rich Shepard rshepard at appl-ecosys.com
Mon Dec 16 18:41:30 UTC 2019


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



More information about the PLUG mailing list