
xml-unescape
List of commands for xml-unescape:
-
xml-unescape:tldr:2f5e8 xml-unescape: Unescape special XML characters from `stdin`.$ echo "${<a1>}" | xml unescapetry on your machineexplain this command
-
xml-unescape:tldr:58897 xml-unescape: Unescape special XML characters from a string.$ xml unescape "${<a1>}"try on your machineexplain this command