Revision [1712]
This is an old revision of CommandXurlencode made by DavidLee on 2011-05-13 14:14:45.
Command xurlencode
Name
xurlencode Encodes a string in URL Encoding formatSynopsis
xurlencode [options] [string]Options
Supports the standard [ serialization options ]
-n | do not output a linefeed |
-p,-port port | Output to port instead of stdout |
Description
Encodes its argument, or if none, stdin to URL Encoding format from plain text
Example:
xurlencode http://test.xmlsh.org/data/books.xml
Result
http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
Return Value
Returns 0 if the command executed successfully, 1 if there was an error.Commands
CategoryCommands
CommandXurldecode