mirror of https://github.com/CrimsonTome/tldr.git
359 B
359 B
xml-unescape
Un-escape special XML characters. More information: http://xmlstar.sourceforge.net/docs.php.
- Unescape special XML characters from a string:
xml unescape {{"<a1>"}}
- Unescape special XML characters from standard input:
echo {{"<a1>"}} | xml unescape
- Display help for
unescape
subcommand:
xml escape --help