ascending chars by tails

s/^/zyxwvutsrqponmlkjihgfedcba>/
s/\w*/\n&_\U&9876543210/
:
s/\(\n.*\)\(.\).*>\2\|>./\2\1>/
t
P;d

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

download

return to the top page