mix lines by msk

H
$!d
s/.*//
x
:
H
s/^$//g
s/^.\(.*\)/\1/gm
t
g
s/\(^.\).*/\1/gm
s/\n//g

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

download

return to the top page