RE: [PATCH] md5: accepts a new --threads option (original) (raw)

[Top][All Lists]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


From: Voelker, Bernhard
Subject: RE: [PATCH] md5: accepts a new --threads option
Date: Wed, 21 Oct 2009 14:25:07 +0200

Jim Meyering wrote:

Pádraig Brady wrote: > (mkdir t && cd t && seq 100 | xargs touch) _> (find t t t t -type f | xargs -n100 -P4 md5sum) _ > | sed -n '/[0-9a-f]{32} /!p' | grep . >/dev/null && fail=1

Odd... that doesn't fail on any of the systems where I tried it: rawhide, fedora 11, debian unstable.

nor does it fail on Solaris 10/SPARC here ...

Berny