3 lines
38 B
Plaintext
3 lines
38 B
Plaintext
|
BEGIN {ORS="abc"}
|
||
|
{print $1, $2, $3}
|