shithub: trueawk

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