Urldecode.sh
URL decode: shell function and command line script
Install / Use
/learn @SixArm/Urldecode.shREADME
URL decode script for decoding text
Syntax:
urldecode.sh <string>
Example:
$ urldecode.sh "foo%20bar"
foo bar
This implementation uses just the shell, with no extra dependencies or languages.
Credit:
- https://gist.github.com/cdown/1163649
Links:
- https://github.com/sixarm/urlencode.sh
- https://github.com/sixarm/urldecode.sh
Tracking
- Command: urldecode.sh
- Version: 1.0.0
- Created: 2016-09-12
- Updated: 2016-09-12
- License: MIT
- Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)
