adrianlopezroche / fdupes

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

ctime,atime sort order #60

Closed rudepython closed 7 years ago

rudepython commented 8 years ago

add ctime,atime to sort order options

adrianlopezroche commented 7 years ago

I've added an option to sort by ctime (https://github.com/adrianlopezroche/fdupes/commit/e95ec42dc178eff0410880c3dc4c0dac3df442df), but I don't think I'll be adding an option to sort by atime. The problem is that fdupes itself will cause atime values to change, which in my opinion rather defeats the purpose of sorting duplicates by atime (generally, "pick the file used least/most recently").