Tuesday, August 24, 2010

Script to replace frames

grep -iRl octopusdye.ru /home/newellfi/public_html

for i in `grep -Rl 725af0498bd203c5f15bea5958ce1494 .` ;do sed -i '/725af0498bd203c5f15bea5958ce1494/d' $i ;done

No comments:

Post a Comment