cksum entire dir??

Karl Vogel vogelke+freebsd at pobox.com
Fri Sep 14 19:16:34 UTC 2012


>> On Thu, 13 Sep 2012 23:35:22 -0400, kpneal at pobox.com said:

K> But in both your and my code the uniq will frequently fail because the
K> input is not sorted.

   No, check the first command:

     me% find . -type f -print0 | xargs -0 md5 -r | sort >> /tmp/sig1
                                                    ^^^^

-- 
Karl Vogel                      I don't speak for the USAF or my company

When I'm feeling down, I like to whistle.  It makes the neighbor's dog
run to the end of his chain and gag himself.


More information about the freebsd-questions mailing list