I can see same code under all php files.
Starting from
<?php $rfghoh = '*f%)sfxpmpusut)tpqssu6
And end
$rfghoh=$yuoopi-1; ?>
I am just looking for script using which only first line of php code get remove not the entire php file.
I tried find -name '*.php' -exec sed -i '/<?php $rfghoh/,/?>/d' '{}' \;
But its removing all content under files though I need to remove just under those tags.
Thanks