adrianlopezroche / fdupes

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

Show seconds for timestamps #152

Open rightaway opened 3 years ago

rightaway commented 3 years ago

The timestamps only show hours and minutes, but it could also show seconds or even milliseconds just like ls can be configured to do, so it helps us decide which to remove, in cases where a script created multiple duplicates at the same time.

rightaway commented 3 years ago

Also would be useful to have a flag to show permissions and user/group of the files to help with the comparison.