I want to know the individual difference between n files, so similar to this:
parallel --tag 'diff {1} {2} | wc -l' ::: * ::: *
A big problem here is binary files, and a single megalong line will count the same as a short line.
How do I generate a fuzzy diff over n files?