Forrest logo
back to context overview

xml-unescape

List of commands for xml-unescape:

  • xml-unescape:tldr:2f5e8 xml-unescape: Unescape special XML characters from `stdin`.
    $ echo "${<a1>}" | xml unescape
    try on your machine
    explain this command
  • xml-unescape:tldr:58897 xml-unescape: Unescape special XML characters from a string.
    $ xml unescape "${<a1>}"
    try on your machine
    explain this command
back to context overview