IPv6 prefix representation by clock

s/\w*/0000&/g
s/\w*\(\w\{4\}\):/\1/g
s/0*$/&&/
s/./.&/g
G
:
s/\(.\)\(\n.*\)/\2\1/
t
s/.*\(.\{64\}\)/\1ip6.arpa./

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

download

return to the top page