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