minus-squareastrophoenix@pkm.socialtoObsidianMD@lemmy.world•I have very little to complain about [#Obsidian](https://pkm.social/tags/Obsidian). It's a truly remarkable app!linkfedilinkarrow-up1·1 year ago@ellane @obsidianmd my obligatory “I change the links on the command line with perl” post find . -name \*.md -print0 |xargs -0 perl -p -i -e 's/\[\[old name\]\]/[[new name|alias]]/‘ you can leave out “|alias" if not needed. linkfedilink
@ellane @obsidianmd my obligatory “I change the links on the command line with perl” post
find . -name \*.md -print0 |xargs -0 perl -p -i -e 's/\[\[old name\]\]/[[new name|alias]]/‘
you can leave out “|alias" if not needed.