xml unescape
Unescape special XML characters, e.g. `<a1>` → `<a1>`.
- Unescape special XML characters from a string:
xml unescape "{<a1>}"
- Unescape special XML characters from stdin:
echo "{<a1>}" | xml unescape
- Display help for the `unescape` subcommand:
xml escape --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).