Help for this page

Select Code to Download


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