This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

uniq not working


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]