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