Command xurldecode
Name
xurldecode Decodes a string in URL Encoding format to plain textSynopsis
xurldecode [options] [string]Options
Supports the standard [ serialization options ]
-n | do not output a linefeed |
-p,-port port | Output to port instead of stdout |
Description
Decodes its argument, or if none, stdin from URL Encoding format to plain text
Example:
xurldecode http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
Result
http://test.xmlsh.org/data/books.xml
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.Commands
CategoryCommands
CommandXurlencode