Created
December 15, 2010 14:43
-
-
Save jbedo/742012 to your computer and use it in GitHub Desktop.
Dedode urls (echo '%22%C3%B6%22'|urldecode)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
urldecode(){ | |
echo -e "$(sed 's/+/ /g; s/%/\\x/g')" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment