shithub: trueawk

ref: 11332a42e59f40f0b06760515e8e0bc7364bfc14
dir: /testdir/t.beginnext/

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