On Sun, Apr 13, 2008 at 09:02:28PM +0200,
 Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote 
 a message of 51 lines which said:

> perl -i.bak -p -e "s/<?php echo '<iframe src=\"http://cdpuvbhfzz.com\"//g"; \
>           $(find . -name '*.php')

Ah, il faudrait échapper les barres obliques aussi. Deuxième essai :

perl -i.bak -p -e "s#<?php echo '<iframe src=\"http://cdpuvbhfzz.com\"##g"; \
           $(find . -name '*.php')

-- 
ubuntu-fr mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à