commands.sh

xml unescape

all

Unescape special XML characters, e.g. `&lt;a1&gt;` → `<a1>`.

More info →

Options (1)

boolean

Unescape special XML characters from a string

Example: xml {{[unesc|unescape]}} "{{&lt;a1&gt;}}"

Examples (3)

Unescape special XML characters from a string

xml [unesc|unescape] "&lt;a1&gt;"

Unescape special XML characters from `stdin`

echo "&lt;a1&gt;" | xml [unesc|unescape]

Display help

xml [unesc|unescape] --help
made by @shridhargupta | data from tldr-pages