1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.bin/uniq
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