How do I find and replace every occurrence of:
subdomainA.example.com
with
subdomainB.example.com
in eve
I just use tops:
find . -name '*.[c|cc|cp|cpp|m|mm|h]' -print0 | xargs -0 tops -verbose replace "verify_noerr()" with "__Verify_noErr()" \ replace "check()" with "__Check()"