fork download
  1. find . -type f -exec file -b '{}' \; -printf '%s\n' | awk -F , 'NR%2 {i=$1} NR%2==0 {a[i]+=$1} END {for (i in a) printf("%12u %s\n",a[i],i)}' | sort -nr
Success #stdin #stdout 0.03s 5308KB
stdin
Standard input is empty
stdout
         152 ASCII text