/ Published in: Bash
Replaces string 'sth' with 'sth-new' in all files in current directory.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sed -i.backup -e 's/sth/sth-new/g' *