ref: c0f4e97e4561ff42544e92512bbaf3d7d1f6a671 dir: /testdir/t.in3/
{ x[NR] = $0 } END { for (i in x) if (x[i] ~ /shen/) break print i, x[i] }