$ find /temp -name "*._*" -print0 | xargs -0 du -ks | awk '{c+=$1} END {printf("%s KB\n", c )}' 192 KB