linux/linux command
crontab log 삭제(delete)
chozo99
2015. 4. 8. 12:55
0 4 * * * /usr/bin/find /home/xxxxx/log/ -maxdepth 1 -type f -mtime +6 | /usr/bin/xargs rm -rf