plocate | cut -f1 | uniq -c | grep -v /$ | grep -v '1	' |
cut -f2 | while read A; do plocate '^'$A$'\t'; done
