Search Results

Search: Posts Made By: wisam74us
1,427
Posted By wisam74us
Thanks a lot guys .. huaihaizi3 code works but...
Thanks a lot guys .. huaihaizi3 code works but after some tweaking .. here is the final one

find . -type f | xargs -i sed -i 's#.*god_mod.*#<?php#g' {}
1,427
Posted By wisam74us
Need help with search and replace using SED
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:

find . -type f -print0 | xargs -0 sed -i '/god_mod/d'

<?php ...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy