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