NetBSD/usr.bin/cksum
atatat 9dfabd39b8 Add a -n flag for the hash output forms, so that the output is
"normal", ie, "hash filename" (like all the simple checksum output
forms) as opposed to "hashname (filename) = hash".  This output form
is, imho, somewhat more useful because you can pass it directly to
sort to find identical files.  For example:

	md5 * | sort | uniq -c | grep -v ' 1 '
2002-10-18 20:30:12 +00:00
..
cksum.1 Add a -n flag for the hash output forms, so that the output is 2002-10-18 20:30:12 +00:00
cksum.c Add a -n flag for the hash output forms, so that the output is 2002-10-18 20:30:12 +00:00
crc.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-03-31 14:43:22 +00:00
extern.h Add the necessary bits to make cksum buildable as a host tool. 2002-03-31 14:30:20 +00:00
Makefile Add the necessary bits to make cksum buildable as a host tool. 2002-03-31 14:30:20 +00:00
md2.c
md4.c
md5.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-03-31 14:43:22 +00:00
print.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-03-31 14:43:22 +00:00
rmd160.c
sha1.c
sum1.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-03-31 14:43:22 +00:00
sum2.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-03-31 14:43:22 +00:00