I have a configuration file. Ex: config.xml It has following configurations.
<!-- Admin username for the Authentication manager. -->
<Username>adminusername</Username>
<!-- Admin password for the Authentication manager. -->
<Password>adminpassword}</Password>
I need to change the value "adminusername" and "adminpassword" by running a shell script. How can I achieve this using sed?