find . -type f -exec grep "^title: " {} \; | sort | uniq -c | grep -v " *1 "
obsidian find duplicate titles January 4, 2025 find . -type f -exec grep "^title: " {} \; | sort | uniq -c | grep -v " *1 "