Is there a command in Linux to recursively search a directory and find files that are similar to each other in content (name doesn't matter)? Perhaps using the levenshtein string distance.
fdupes
is not a good fit because I need to look for inexact matches.