awk/testdir/t.comment1

8 lines
88 B
Plaintext

#comment
#
BEGIN { x = 1 }
/abc/ { print $0 }
#comment
END { print NR }
#comment