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