1*23f24377SWarner LoshBEGIN { OFS = " %% "; ORS = "##" } 2*23f24377SWarner Losh { print $1, $2; print } 3