--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # xml escape > Escape special XML characters, e.g. `` → `<a1>`. > More information: . - Escape special XML characters in a string: `xml escape "{{}}"` - Escape special XML characters from `stdin`: `echo "{{}}" | xml escape` - Display help: `xml escape --help`