summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/poundbang.awk
blob: d60652e3ecf0da8db3946e26463fa7314626b959 (plain)
1
2
3
#! /tmp/gawk -f 
	{ ccount += length($0) }
END { printf "average line length is %2.4f\n", ccount/NR}
OpenPOWER on IntegriCloud