#!/usr/bin/gawk -f BEGIN { while(getline x < F) { print N","x } close(F); }