blob: 1332981f12eaf07f8858ecdc28a480c5a79dc01f [file] [log] [blame]
{ x[NR] = $0 }
END {
for (i in x)
if (x[i] ~ /shen/)
break
print i, x[i]
}