xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/t.be (revision 4e5ef1cee66fbfbbd2b3e56b81e2bb5700f4a59e)
1# some question of what FILENAME ought to be before execution.
2# current belief:  "-", or name of first file argument.
3# this may not be sensible.
4
5BEGIN { print FILENAME }
6END { print NR }
7