Basic Code Golf by bk1e

BEGIN{RS="\"";ORS=_}
NR>1{sub(/^/,RS)}
NR%2{gsub(/[ \n]/,_)}
1

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

download

return to the top page