awk/testdir/t.ors

3 lines
38 B
Plaintext
Raw Permalink Normal View History

2019-06-23 09:13:57 +00:00
BEGIN {ORS="abc"}
{print $1, $2, $3}