github.com/benhoyt/goawk@v1.8.1/testdata/p.41 (about)

     1  NR >= 10	{ exit }
     2  END		{ if (NR < 10)
     3  			print FILENAME " has only " NR " lines" }