Steps line FIXED by clock

:a
s/.\n//
s/\S /&\n/
P
:
/^ *\S/s/\S/ /
t
s/.\n\(.\)/\1\n/
P
/\n /ba
/\S../t
d

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

download

return to the top page