1*9a7741deSElliott HughesBEGIN { OFS = ":" ; ORS = "\n\n" } 2*9a7741deSElliott Hughes { print $1, $2 } 3