X-Git-Url: https://git.xandkar.net/?p=dups.git;a=blobdiff_plain;f=dups.sh;h=5fc4f95c10bd803e63c7e2fd45b98c6d5d40f33b;hp=bd282e55d822a37743599b526ac74b5f9dec687c;hb=HEAD;hpb=f41b9cdf0268213b9d1c911aa7836d9dc9948194 diff --git a/dups.sh b/dups.sh index bd282e5..5fc4f95 100755 --- a/dups.sh +++ b/dups.sh @@ -1,6 +1,6 @@ #! /bin/sh -find $@ -type f -print0 \ +find $@ -type f -size +0 -print0 \ | xargs -0 -P $(nproc) md5sum \ | awk ' {