adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.48k stars 186 forks source link

permit listing duplicates and using summarize #75

Open mmynsted opened 7 years ago

mmynsted commented 7 years ago

Perhaps the logic in this area could change to printmatches(files); then handle this bit?

if (ISFLAG(flags, F_SUMMARIZEMATCHES))
      summarizematches(files);