home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / cmplngmg / cl_jun89.arc / AWK210.ARC / WC.AWK < prev    next >
Text File  |  1988-02-29  |  62b  |  2 lines

  1. { nf += NF; nc += length($0) + 2 }; END { print NR, nf, nc }
  2.