find /data0/diy01/newueditor/jsp/upload -mtime -1  -type f | xargs ls -l  | awk '{a=a+$5}END{print a}'