Repeated Number by tails

s/^/123456789/
s/\B/\n/g
:
s/^./&&/mgp
/1\{8\}/Q
b

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

download

return to the top page