I've a XML file with the contents:
<?xml version="1.0" encoding="utf-8"?>
<job xmlns="http://www.sample.com/">programming</job>
I need a way to extract what is in the <job..>
</job>
tags, programmin in this case. This should be done on linux command prompt, using grep/sed/awk.