I’m trying to replace text in all files using FIND
$i%2==0 ? $color=”$c[color7]” : $color=”$c[color7]”;
I’m trying to change all files like this.
$i%2==0 ? $color=”$c[‘color7’]” : $color=”$c[‘color7’]”;
I’m trying to replace a string in all files using FIND
$i%2==0 ? $color=”$c[color7]” : $color=”$c[color7]”;
I’m trying to change all files like this.
$i%2==0 ? $color=”$c[‘color7’]” : $color=”$c[‘color7’]”;
find . -name “test3.php” -exec perl -pi -e ‘s/$c[color7]/$c[‘color7′]/g’ {} ;
$i%2==0 ? $color=”$c[color7]” : $color=”$c[color7]”;
I’m trying to change all files like this.
$i%2==0 ? $color=”$c[‘color7’]” : $color=”$c[‘color7’]”;