home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-src.tgz / tar.out / fsf / gawk / test / poundbang < prev    next >
Text File  |  1996-09-28  |  100b  |  4 lines

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