Hacker News new | ask | show | jobs
by xorcist 2250 days ago
Given that your file names are pretty unique words, does it really need to be harder than a simple search-and-replace?

sed -i 's/(another-file\.md)/(yet-another-file.md)/g' *.md

1 comments

It could be automatic. I also do everything as .md and have been contemplating this for a while. Maybe I should get it done finaly.