Skip to content

Instantly share code, notes, and snippets.

@jbedo
Created December 15, 2010 14:43
Show Gist options
  • Save jbedo/742012 to your computer and use it in GitHub Desktop.
Save jbedo/742012 to your computer and use it in GitHub Desktop.
Dedode urls (echo '%22%C3%B6%22'|urldecode)
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