This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
usr.bin
/
uniq
History
tjr
264da240fc
Compare lines with strcmp(), not strcoll(). We are interested only in
...
equality, not ordering.
2002-06-06 03:13:08 +00:00
..
Makefile
WARNS=2 is going to become the default, so remove it from here.
2001-12-11 23:27:23 +00:00
uniq.1
Accept an input file name of "-" to mean standard input, as required by
2002-05-30 00:07:14 +00:00
uniq.c
Compare lines with strcmp(), not strcoll(). We are interested only in
2002-06-06 03:13:08 +00:00