1*9a7741deSElliott Hughes# some question of what FILENAME ought to be before execution. 2*9a7741deSElliott Hughes# current belief: "-", or name of first file argument. 3*9a7741deSElliott Hughes# this may not be sensible. 4*9a7741deSElliott Hughes 5*9a7741deSElliott HughesBEGIN { print FILENAME } 6*9a7741deSElliott HughesEND { print NR } 7