• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BEGIN {
2	$0="a b c";
3	OFS=",";
4	NF = NF;
5	print;
6}
7