http://qs1969.pair.com?node_id=515353


in reply to What one-liners do people actually use?

Yesterday I wrote a hex2bin one-liner for someone at work:

perl -ne'printf "%012b",hex $_' input.hex > output.bin