home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / cmplangm / 1989_6 / awk / 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.