Is there a utility that can replace text in files?
Something like 'grep', it can't matter where in the file the the text is and the the searched text should be replaced with what I write as replacement.
It also don't matter if it has to be used with other thing like 'grep' to find the files and pipe that to another program to do the actual replacement.
Anyone get what I need?


