awk/testdir/t.ofs

3 lines
60 B
Plaintext

BEGIN { OFS = " %% "; ORS = "##" }
{ print $1, $2; print }