ls|xargs -n 10 rm -rf 


df -TH

cd /data0/corefile_back/ && ls | xargs -n 10 rm -rf

find /data0/log/ -name "UCC*.log" -mtime +2 -exec rm -rf {} \;