I accidentally created a bunch of duplicate files in my obsidian vault.

ChatGPT turned me onto fdupes.

It was so fast and easy:

Will delete your files automatically!

nix-shell -p fdupes
fdupes -r -d -N path/to/markdowns

No deletes

fdupes -r path/to/markdowns