I need a linux command to search and replace a string to fix webpages with...

James M

New member
...malware I've tried perl -pi -e 's? perl -pi -e 's{<script src=http://ebisawa-tatamiten.com/link/index.html080421.php >}{}xmsg' `find . -name 'index*html'`

Is what I tried.. Doesnt work.. I need to replace <script src=http://ebisawa-tatamiten.com/link/index.html080421.php ></script> with nothing
 
Back
Top