 ls /bin /sbin /usr/bin /usr/sbin |grep -v /|awk '{hist[$1]++} END { for (h in hist) print hist[h], h }'|sort -n |grep -v '^1 '

