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