• + 1 comment

    Unix comming to the rescue:

    bash $ sort input06.txt | uniq | wc
    991 1981 5945

    That means 990 uniq entries (the first line is the 1000 number.). So, the test 5 is wrong.