cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
find ./ -mtime +10 -exec rm -f {} ; #删除10天以前的所有日志。