adrianlopezroche / fdupes

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

Please elaborate time sorting order in documentation #150

Open NHOrus opened 3 years ago

NHOrus commented 3 years ago

I can see that default sort is by time and I got ability to reverse it, but I don't understand which of the options will put newest file first (and preserve it from removal if I do --delete ---noprompt with it)

Experiment shows that I need --reverse to preserve youngest file.

titusfx commented 2 years ago

@NHOrus look at https://github.com/adrianlopezroche/fdupes/issues/55 it explains how to keep the newest, and if you want to delete the newest remove --reverse. Also you could start better documentation on the wiki, with some examples. And people will continue adding.