以下是每5分钟,删除指定目录下log的命令,可以将其放到一个自己命名的sh可执行文件中,然后写入crontab 执行
*/5 * * * * find /home/apps/resin-4.0.59/log/ -name "jvm-default.log.*" -exec rm -rf {} ;