Oh yes I confirm thanks 
cat hashes.txt|cut -d: -f2|sort|wc -l
551638
cat hashes.txt|cut -d: -f2|sort|uniq|wc -l
426429
(I wonder why the owner of the list did not do that, anyway.)
Thread closed

cat hashes.txt|cut -d: -f2|sort|wc -l
551638
cat hashes.txt|cut -d: -f2|sort|uniq|wc -l
426429
(I wonder why the owner of the list did not do that, anyway.)
Thread closed
