awk/testdir/p.45
Arnold D. Robbins d6c466c367 Extract testdir.
2019-06-23 03:13:57 -06:00

3 lines
53 B
Plaintext

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