|
|
BSD 4.3reno
{ x[NR] = $0 }
END {
for (i = 1; i <= NR; i++) {
print i, x[i]
if (x[i] ~ /shen/)
break
}
print "got here"
print i, x[i]
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.