#! /usr/bin/awk -f BEGIN { OFS = "xxx" print "a", "b", "c" }