I have following text file
input.txt
Ram Shaym Rahul
Radha Madhuri Sita
I want to read this file and create new file from this file showing following change
output.txt
Ram Shyam Rahul
Radha Sridevi Sita
I want to replace Madhuri by Sridevi and send output in output.txt
Can anyone please help me