shithub: trueawk

ref: c0f4e97e4561ff42544e92512bbaf3d7d1f6a671
dir: /testdir/t.comment1/

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