shithub: trueawk

ref: cfe6b6b99d841c0f46d090265e0aa882feee411f
dir: /testdir/t.beginnext/

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