here is my question , im using ubuntu , and im trying to replaces text in a xml file .. from a txt that i have all changes that i made ,an example
in replace.txt file i have this
nameofsearch | nameforreplace
nameofsearch1 | nameforreplace1
nameofsearch2 | nameforreplace2
this is the format that the software uses for search and replace
and on the xml file, i have the nameofsearch
this was done by a soft made on .net, that i can't run on linux , so this is my question , how can i do that , using bash , or any other thing like that.
thanks , sebastian.