uniq not working

Felipe Vieira fmv1992@gmail.com
Tue Oct 11 10:56:00 GMT 2016


Dear mailing list,

the uniq program seems to be faulty on my cygwin:

/tmp » cat u.txt
1
2
3
4
5
1
2
3
6
7
8


/tmp » uniq -c u.txt
      1 1
      1 2
      1 3
      1 4
      1 5
      1 1
      1 2
      1 3
      1 6
      1 7
      1 8
      1
/tmp »

As you can see it does not eliminate duplicate lines.
This file was created with vim. Same results if created with windows notepad.
What am I missing?

Best,

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list