Character distance by yamaya

fold -1|nl|sort -k2|awk '{getline a}$0=$1"\x09"$2": "a-$1'|sort -n|cut -f2

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

download

return to the top page