1:
find / -type f -exec grep -l '[email protected]' {} \; | xargs -i sed -i 's/[email protected]/[email protected]/' {}