1BEGIN {
2	while (getline && n++ < 10)
3		print
4	exit
5}
6{ print }
7