ref: b8837029c5565f5ee91fabf205f740a380f4c972 dir: /test/t.intest/
{ line = substr($0, index($0, " ")) print line n = split(line, x) if ($1 in x) print "yes" else print "no" }