awk/testdir/t.be
Arnold D. Robbins d6c466c367 Extract testdir.
2019-06-23 03:13:57 -06:00

7 lines
190 B
Plaintext

# some question of what FILENAME ought to be before execution.
# current belief: "-", or name of first file argument.
# this may not be sensible.
BEGIN { print FILENAME }
END { print NR }