view bin/ord @ 7544:cd760113f09c

<tswett> mv wisdom/number{,s}
author HackBot
date Wed, 27 Apr 2016 03:20:06 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/bash
print_args_or_input "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'