find-duplicates
find-duplicates copied to clipboard
Use inodes to detect duplicates
@florianl suggested using inode numbers to detect hard links to the same content, which allows us to detect duplicates without having to open the files or read their contents.