Skip to content

Instantly share code, notes, and snippets.

@hirataya
Created February 2, 2016 15:57
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 hirataya/1f9fdffb48e7abd30daa to your computer and use it in GitHub Desktop.
Save hirataya/1f9fdffb48e7abd30daa to your computer and use it in GitHub Desktop.
perl -e 'undef $/; $_ = <>; $p = (3 - (length)%3)%3; $_ = pack "u", $_; s/^.//mg; tr|` -_|AA-Za-z0-9+/|; s/A{$p}\n$/"="x$p."\n"/se; print' somefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment