Extracting values from XML on bash
Most modern applications use JSON and YAML for communication and configuration. However, there are many applications still using XML. If for some reason, you have to work with an XML file over bash, this post will cover many examples to extract the values from an XML file. Note that there are other alternatives to xmllint […]