System Grab Bag

View all TLDR pages from common (or from all pages)

xml unescape

Unescape special XML characters, e.g. &lt;a1&gt;<a1>. More information: http://xmlstar.sourceforge.net/docs.php.
  • Unescape special XML characters from a string:
    xml unescape "{{&lt;a1&gt;}}"
  • Unescape special XML characters from stdin:
    echo "{{&lt;a1&gt;}}" | xml unescape
  • Display help for the unescape subcommand:
    xml escape --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.