Of all the programs on my computer, sed is the one that drives me insane every time I have to program with it. So, does anyone else have any incisive insight into it (or indeed awk)? This is what I'm trying to do:
Change a value in XML.
Eg.
Replace <example>*</example>
with <example>text</example>