I have got a file with name "silent.txt". This file is having a line as follows
bop4InstallDir = myProps.cordys_install_dir + "/" + instanceName
I want to replace the above text with
bop4InstallDir = "/abc/xyz/pqr"
Using groovy script how do I accomplish this? Please help.