home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / utils / bug / 1504 < prev    next >
Encoding:
Text File  |  1992-09-08  |  769 b   |  23 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cygnus.com!gumby
  3. From: gumby@cygnus.com (David V. Henkel-Wallace)
  4. Subject: GNU `wc -c' optimization
  5. Message-ID: <GUMBY.92Sep7064016@Cygnus.COM>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Cygnus Support, Palo Alto, California
  8. References: gumby@cygnus.com (David V. Henkel-Wallace)
  9. Distribution: gnu
  10. Date: Mon, 7 Sep 1992 10:40:16 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 9
  13.  
  14.    Date: Sat, 5 Sep 1992 13:46:09 GMT
  15.    From: pinard@icule.UUCP (Francois Pinard)
  16.  
  17.    Using GNU textutils 1.3, I noticed that `wc -c FILE' or `wc -c *'
  18.    physically reads the file(s).  Would not it be better to just stat the
  19.    file(s) and produce the output quickly in those cases?
  20.  
  21. Until wc handles wide characters...
  22.  
  23.