Home | History | Annotate | Line # | Download | only in testdir
      1 #comment
      2        #
      3 BEGIN { x = 1 }
      4 /abc/ { print $0 }
      5 #comment
      6 END { print NR }
      7 #comment
      8