hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
162 stars 64 forks source link

ddup file size in output #573

Open markmoe19 opened 2 months ago

markmoe19 commented 2 months ago

It is great to get the file check-sum and file path in the ddup output. Could file size and other attributes (atime) be included in output?

This is more of a nice to have. Of course it can be looked up separately, but output with size and date can hep to sort / find the best duplicates to remove faster.

Thanks,