count up digits by eban

awk '{for(;i++<NF;)for(;$i;$i--)print}1' FS= OFS=|tac

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page