A familiar face by tails

s/^/1  2 3 45 678 9ABCD EFGHIJKL MNOPQRSTUVWXY/
:
s/\(\w*\) /\1\n\1/
t

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

download

return to the top page