1 2 3 4 5 6 7 8 9
<%= header 'awk.hdr' %> BEGIN { } { print "line "NR" has "NF" fields."; } END { print "line number : "NR }