ronaldmacdonald
MIS
Hello
I am looking for a sed script that can search through a file and replace a string that starts with a certain letter and ends with a fulls stop for a fixed string.
For example:
Hello world, I am ronaldmacdonald.
This is the repalcement string.
So in the above I want to replace all occurrunces of the string that start with "H" and end with "." with the text "This is the repalcement string."
Is this possible?
Thanks
I am looking for a sed script that can search through a file and replace a string that starts with a certain letter and ends with a fulls stop for a fixed string.
For example:
Hello world, I am ronaldmacdonald.
This is the repalcement string.
So in the above I want to replace all occurrunces of the string that start with "H" and end with "." with the text "This is the repalcement string."
Is this possible?
Thanks