http://www.unix.com – Hi guys, thanks for accepting me in your forum .. I am trying to clean some hacked PHP files using SSH .. I am using this command: Code: find . -type f -print0 | xargs -0 sed -i '/god_mod/d' Code: <?php   (HowTos)
http://www.unix.com – Hi guys, thanks for accepting me in your forum .. I am trying to clean some hacked PHP files using SSH .. I am using this command: Code: find . -type f -print0 | xargs -0 sed -i '/god_mod/d' Code: <?php   (HowTos)