awk/testdir/p.45

3 lines
53 B
Plaintext

BEGIN { OFS = ":" ; ORS = "\n\n" }
{ print $1, $2 }