shithub: kwa

ref: 7e6d7d36f83f05f372cfbce43534a2747bfc39c3
dir: /test/t.intest/

View raw version
{
	line = substr($0, index($0, " "))
	print line
	n = split(line, x)
	if ($1 in x)
		print "yes"
	else
		print "no"
}