Follow-up Comment #5, bug #10678 (project findutils): I use "sed" and "tr" to walk around this bug: find -mindepth 2 -type f | sort -S 4M > $$newmd5.file sed -e "s/^\(.*\)$/\"\1\"/" $$newmd5.file | tr -s \r\n \0 | xargs -0 -r md5sum >> $$md5sum
_______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?10678> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-findutils mailing list Bug-findutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-findutils