shithub: kwa

ref: c0526c8928a2b554d9421bca2fc04ba044fe06af
dir: /test/t.delete3/

View raw version
{ x[$1] = $1
  delete x[$1]
  n = 0
  for (i in x) n++
  if (n != 0)
	print "error", n, "at", NR
}