shithub: kwa

ref: 3923757ccbde3af0f253824bc9cf9a99127178fb
dir: /test/t.beginnext/

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