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