Home | History | Annotate | Line # | Download | only in testdir
      1 BEGIN {
      2 	while (getline && n++ < 10)
      3 		print
      4 	print "tenth"
      5 }
      6 { print }
      7