hex table by tails

:
/.\{16\}/!s/$/0/
t
p
s/^/!/
:1
h
y/0123456789abcdef/123456789abcdef0/
x;G
s/!\(.\).*!./\1!/
t1
s/!.*//
/8/b
d

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

download

return to the top page