shithub: trueawk

ref: 275a80ff33ef2782f27c4fd720b65645c89e2bbb
dir: /testdir/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"
}