#!/bin/sh awk ' BEGIN { OFS=", " } { print (1,2,3,4) } END {} '