mczerniawski / mczerniawski.github.io

my public page
MIT License
1 stars 0 forks source link

powershell/find-duplicates/ #5

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Find file duplicates - Mateusz Czerniawski

When you just cipy files over and over and finally want to do some cleanup…

https://www.mczerniawski.pl/powershell/find-duplicates/

jschpp commented 5 years ago

Wonderful function. You only have a problem with empty files (e.g. log files which are created but not used) because they all have the same hash. Which may dilute your results a bit.

mczerniawski commented 5 years ago

Good catch! :) Will have to add that to exclusions somehow. And get 'empty files duplicate' comparator:)