(root)/
gawk-5.2.2/
test/
assignnumfield2.awk
BEGIN {
	$0 = 1
	print $1
}