duplicate certain lines _C_ by murky-satyr

foreach s [split [read stdin] \n] {regexp ((?:d\ )*)(.*) $s _ d x
foreach _ $d+ {puts $x}}

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

download

return to the top page