freebsd-skq/contrib/awk/test/poundbang.awk
2001-11-02 21:06:08 +00:00

4 lines
101 B
Awk
Executable File

#! /tmp/gawk -f
{ ccount += length($0) }
END { printf "average line length is %2.4f\n", ccount/NR}