ref: c1866624730abc1720bf9e26d113fd50fa0bd3ab dir: /testdir/t.do/
NF > 0 { t = $0 gsub(/[ \t]+/, "", t) n = split($0, y) if (n > 0) { i = 1 s = "" do { s = s $i } while (i++ < NF) } if (s != t) print "bad at", NR }