Additions:
======Command xurldecode======
**xurldecode** Decodes a string in URL Encoding format to plain text
xurldecode [options] [string]
Decodes its argument, or if none, stdin from URL Encoding format to plain text
xurldecode http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
http://test.xmlsh.org/data/books.xml
[[CommandXurlencode]]
**xurldecode** Decodes a string in URL Encoding format to plain text
xurldecode [options] [string]
Decodes its argument, or if none, stdin from URL Encoding format to plain text
xurldecode http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
http://test.xmlsh.org/data/books.xml
[[CommandXurlencode]]
Deletions:
**xurlencode** Encodes a string in URL Encoding format
xurlencode [options] [string]
x
xurlencode http://test.xmlsh.org/data/books.xml
http%3A%2F%2Ftest.xmlsh.org%2Fdata%2Fbooks.xml
[[CommandXurldecode]]