Re: uniq command gives wrong and different results

2006-10-13 Thread Paul Eggert
"Fong Tin Joen, Raimund" <[EMAIL PROTECTED]> writes: > LANG=en_US.UTF-8 > ... > # cat Foo > ./usr/share/apps/kturtle/examples/fr_FR/carré.logo > ./usr/share/apps/kturtle/examples/fr_FR/carré.logo > ./usr/share/apps/kturtle/examples/fr_FR/enroulé.logo > ./usr/share/doc/man-pages-da-0.1.1/læsmig > .

Re: Uniq command gives wrong and different results

2006-10-11 Thread Bob Proulx
Fong Tin Joen, Raimund wrote: > When using the uniq command on the delivered file the result is not > as expected. It als gives random results depending on using it > several times after eachother. Your file is not sorted. Sort the file first. The sort documentation says: By default, `uni