/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -exec sed -i 's/STRING1/STRING2/' {} \;
URL: http://psykotical.blogspot.com/2009/02/bash-snippets.html