DEBSOURCES
Skip Quicknav
sources / goawk / 1.29.0-1 / testdata / t.intest
123456789
{ line = substr($0, index($0, " ")) print line n = split(line, x) if ($1 in x) print "yes" else print "no" }