shithub: kwa

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

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