shithub: trueawk

ref: 4c6a0eb5d374a752a1d5ac3bcecdf5226afd1285
dir: /bugs-fixed/nf-self-assign.awk/

View raw version
BEGIN {
	$0="a b c";
	OFS=",";
	NF = NF;
	print;
}