From d1d37a76697c5eff5568a9d77a3cc1726bc557c8 Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 26 Feb 2018 05:08:37 +0100 Subject: [PATCH] new-script --- doppelte-dateien-finder.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 doppelte-dateien-finder.sh diff --git a/doppelte-dateien-finder.sh b/doppelte-dateien-finder.sh new file mode 100755 index 0000000..208d7b8 --- /dev/null +++ b/doppelte-dateien-finder.sh @@ -0,0 +1 @@ +find . -type f -print0 | xargs -0 md5sum | sort | uniq -w32 -d --all-repeated=separate | cut -c35-