Trying to replace all old bible links I created (e.g.: [[1. Mose 1,1) with the
new technique: [[Gen 1#1
This could help: [-
How to Replace a String in a File in Bash](<-
How to Replace a String in a File in Bash
Also use rename
to rename every file (e.g.: John to Johannes)
rename 's/Johannes/Joh/' *.md
✅ Worked well