find ./ -iname "*.wav" | xargs du -cb | grep "total"--总共大小
find ./ -iname "*.xml" | xargs du -cb | sort -rn ------按大小排序