Replace all old Bible links with new ones
Aug 25, 2022 | seedTrying 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)
- https://askubuntu.com/questions/1095759/rename-command-not-found-when-running-a-script
- List of Bibelabkürzungen Test-run with following command:
rename 's/Johannes/Joh/' *.md
✅ Worked well