1*9a7741deSElliott Hughes#comment 2*9a7741deSElliott Hughes # 3*9a7741deSElliott HughesBEGIN { x = 1 } 4*9a7741deSElliott Hughes/abc/ { print $0 } 5*9a7741deSElliott Hughes#comment 6*9a7741deSElliott HughesEND { print NR } 7*9a7741deSElliott Hughes#comment 8