/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find "$@" -type f -print0 | xargs -0 -n1 md5sum | sort --key=1,32 | uniq -w 32 -d --all-repeated=separate