Wednesday, June 23, 2010

html mass update

Another post just here for future reference*

I wanted to update the footer on every HTML file on trickykegstands.com. Thanks to the advice here I simply had to run one command:

find . -name '*.html' -exec sed -ir 's/Copyright \©\; 2008/Copyright \©\; 2010 Jordan Woerndle/g' {} \;

and that was it.

* - by the way, besides random notes, I'm done with this blog. I'm back to putting everything I write on armp.it or trickykegstands.com.

No comments:

Post a Comment