/ Published in: Bash
URL: http://psykotical.blogspot.com/2009/02/bash-snippets.html
Expand |
Embed | Plain Text
find . -type f -exec sed -i 's/STRING1/STRING2/' {} \;
You need to login to post a comment.
URL: http://psykotical.blogspot.com/2009/02/bash-snippets.html
find . -type f -exec sed -i 's/STRING1/STRING2/' {} \;
You need to login to post a comment.