/ Published in: Bash
Useful for decoding geek humour such as this cartoon. Accepts input from stdin.
Expand |
Embed | Plain Text
{ export BC_LINE_LENGTH=500; echo $'obase=16\nibase=2\n'; cat; } | bc | perl -n -e 'print pack("H*", $_), "\n";'
You need to login to post a comment.
