/ Published in: Bash
Expand |
Embed | Plain Text
sed -i "s/<script>document.write(unescape(\"someCode\"));<\/script><\/body>/ /g" ./filename
You need to login to post a comment.
sed -i "s/<script>document.write(unescape(\"someCode\"));<\/script><\/body>/ /g" ./filename
You need to login to post a comment.