shell-scripte-code/doppelte-dateien-finder.sh
2018-11-11 04:25:50 +01:00

1 line
99 B
Bash
Executable file

find . -type f -print0 | xargs -0 md5sum | sort | uniq -w32 -d --all-repeated=separate | cut -c35-