Reversed 8bit numbers by tails

:
s/-/--/g
h
s/$/-/mg
x
G
s/ \?-\{10\}/- /g
/--  /!b
s/^\| / 0123456789/mg
s/ \S*\(\S\)\S\{9\}/\1/g

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

download

return to the top page