...
Code Block |
---|
jobscheduler.sh command "<span style="color:red;"><show_state/></span>" |
The answer of jobscheduler.sh command ... is without indent and newlines.
If you want a more readable answer then type
Code Block |
---|
jobscheduler.sh command "<span style="color:red;"><show_state/></span>" | sed -e 's;[^>]*$;;' | xmllint --format -
|