Whoops, lost a line break... find /home -type f -print0 | xargs -0 md5sum |tee /root/checksums.txt cat /root/checksums.txt |sort|uniq -w 32 -D |tee /root/duplicates.txt