$ find -print0 | xargs -0 wc -c 2> /dev/null | tail -1
$ find -exec wc -c {} + 2> /dev/null | tail -1