1*9a7741deSElliott HughesBEGIN { OFS = " %% "; ORS = "##" } 2*9a7741deSElliott Hughes { print $1, $2; print } 3