标签: linux cron
在尝试将以下代码放入crontab时,我得到 find:缺少`-exec'的参数
*/01 * * * * find /<folder1/folder2/etc>/* -user "<username>" -mtime +1 -exec rm -rf {} \;
不确定我在哪里失踪。任何建议将不胜感激。
谢谢, JDG