Replacing Strings in files
Hi everybody,
Can anyone explain me how to replace strings in text files
for example I have the following data in a file
Name = xyz
Now, I want to replace "xyz" string with say "abc"
so that now my file looks as
Name = abc
Note: I don't want to completely delete the line/file and replace with new data
Thanking u in advance