shithub: trueawk

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

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