find ./bak/ ./new/ -type f|xargs ls -l|awk '{print $5,$NF}'|sed 's/new/bak/g'|sort -n|uniq -c|sort -n