find . -name '*x*' -type f -printf '%s\n' | perl -ne 'chomp;$s+=$_ if($_>10240);END{print "$s\n"}'