(root)/
gawk-5.2.2/
test/
rebuild.awk
{
	$1 = "test"
	print $0
	print typeof($2)
}