Hi my name is Jose
I need help in find and replace with linux
I have the nex code :
find . -name '*.shtml' -exec perl -p -i -e 's/7jdu2msjd69395s-->/7jdu2msjd69395stttxxxppp333444-->/i' '{}' \;
but when i want to put this
find . -name '*.shtml' -exec perl -p -i -e 's/ObjectList: 7jdu2msjd69395s-->/ObjectList: 7jdu2msjd69395stttxxxppp333444-->/i' '{}' \;
this code no find anything if some one knows how i can do this i will be very greatfull