shithub: kwa

ref: 34c2bbec85008430bd4858c2b12ce0dbbc47acb0
dir: /test/t.beginexit/

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