Skip to content

Instantly share code, notes, and snippets.

@kasei-san
Created January 25, 2013 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasei-san/4632635 to your computer and use it in GitHub Desktop.
Save kasei-san/4632635 to your computer and use it in GitHub Desktop.
rubyで、URI.unescapeするワンライナー
ruby -r uri -ne 'puts URI.unescape $_.chomp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment