Comment Re:don't forget to capture that output... (Score 1) 360
Of course, perl -e 'while(<>){print pack("H32",$_)}' can be replaced with perl -ne 'print pack("H32",$_)'. The -n flag acts a while loop around the script.
Badges? We don't need no stinking badges.