> > And I seem to remember the diff was inspired by Solaris. > > $ uname -a > SunOS foo 5.10 Generic_127128-11 i86pc i386 i86pc > $ cksum -l > cksum: illegal option -- l > Usage: cksum [file ...]
It was inspired by digest(1) not cksum. sycorax$ uname -a SunOS sycorax 5.10 Generic_137138-09 i86pc i386 i86pc sycorax$ digest -l sha1 md5 sha256 sha384 sha512 sycorax$ Regards, -peter
