Shell tips & tricks & oneliners

Find files having same content in a directory

find . -type f -exec md5sum {} + | sort | uniq -w32 -dD