xml escape
Escape special XML characters, e.g. `<a1>` → `<a1>`.
- Escape special XML characters in a string:
xml escape "{}"
- Escape special XML characters from stdin:
echo "{}" | xml escape
- Display help for the `escape` 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).