home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gawk-2.15.6-base.tgz / gawk-2.15.6-base.tar / fsf / gawk / test / poundbang < prev    next >
Text File  |  1993-10-19  |  101b  |  4 lines

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