日期:2014-05-16 浏览次数:20722 次
find -type f -name "production*.log" -mtime +10 |xargs rm -f
?
find -type f -name "production*.log" -mtime +10 -exec rm -f {} \;