X-Git-Url: https://git.xandkar.net/?p=dups.git;a=blobdiff_plain;f=dups.sh;fp=dups.sh;h=5fc4f95c10bd803e63c7e2fd45b98c6d5d40f33b;hp=bd282e55d822a37743599b526ac74b5f9dec687c;hb=21e1d14c1e23d2c586ebe1480add8e9d87e7ad7a;hpb=b0c3b3f085147e4228cf17a965723feb041b275f 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 ' {