Linux bash
Extracting a value from child xml element using bash script
Usually you should not parse Xml files using bash script. But sometimes you need to get a value from file which you know it is always there like version. It is easier to do this if there is a unique element in whole file but if the element is a Läs mer…