Here’s a nice one liner to search and replace text in all files using Linux.
find . -iname ‘*.[extension]’ -exec sed -i ‘s/[search]/[replace]/g’ {} \;
[extension] = The file extensions to search in
[search] = The string to search
[replace] = The string to replace search with
I can’t understand why Tumblr doesn’t have comments? Sure you can use the third party tool, but who does that?