Try this:
Code:
> sed -i~ "s/stringa/stringb/g" *
This will make a backup of all of the files in case something goes wrong. Do you have variants of "stringa" in the code, such as "MYstringa" or "stringalpha"? If so, the command above will change those also. If you don't want that to happen, I'll show you how to do that.
ta0kira