I've got a database dump in MySQL where I want to replace ocurrencies of paths that are in the dump as plaintext.
In this particular case I'd like to replace:
/var/www/
for
/home/www/
How could I safely do that using cat or any other shell tool?