shithub: kwa

ref: cd1bcaf273f968c44f70c78eb1ff8729086badbb
dir: /test/t.beginnext/

View raw version
BEGIN {
	while (getline && n++ < 10)
		print
	print "tenth"
}
{ print }