checks for duplicate files, sorting them by file size (fdupes doesn’t do that; my script is pretty crude and not yet worth sharing)
How can identical files be sorted by file size?
My wording was unclear. I sort the list of duplicate files by file size, e.g., the list might be like 17159: file1, file2; 958: file3, file4. This is useful because I have a huge number of small duplicate files and I don’t mind them too much.
Ah. Well, you’re right that it’s not easy to do that… Might want to subscribe to the bug report so you know if anyone comes up with anything useful: http://code.google.com/p/fdupes/issues/detail?id=3
How can identical files be sorted by file size?
My wording was unclear. I sort the list of duplicate files by file size, e.g., the list might be like 17159: file1, file2; 958: file3, file4. This is useful because I have a huge number of small duplicate files and I don’t mind them too much.
Ah. Well, you’re right that it’s not easy to do that… Might want to subscribe to the bug report so you know if anyone comes up with anything useful: http://code.google.com/p/fdupes/issues/detail?id=3