word block by clock

s/\S*/\x09&\x09/g
:
s/\S\x09\x09/\x09\x09 /
t
h
s/\x09\|\s*$//gp
g
s/\x09\(\S\)/\1\x09/g
/e/b

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

download

return to the top page