Skip to content

Instantly share code, notes, and snippets.

@thomaspatzke
Created September 12, 2014 11:29
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 thomaspatzke/e3dbbc7eba710874e7e3 to your computer and use it in GitHub Desktop.
Save thomaspatzke/e3dbbc7eba710874e7e3 to your computer and use it in GitHub Desktop.
Convert something into URL encoding
| hd | perl -ne 's/^\d+\s+//d; s/\s+\|.*?$//g; s/([\da-f]+)\s+/%$1/g; print;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment