shithub: kwa

ref: d38caa1bee4fc59e86f2cc1de2787d319ac2bffe
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"
}