home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.lang.awk
- Path: sparky!uunet!spool.mu.edu!uwm.edu!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!fstop.csc.ti.com!loge!males
- From: males@wotangate.sc.ti.com (Mike Ales)
- Subject: Re: Histogrammer?
- Message-ID: <1993Jan28.221236.28016@csc.ti.com>
- Sender: usenet@csc.ti.com
- Nntp-Posting-Host: 192.91.134.5
- Reply-To: males@wotangate.sc.ti.com
- Organization: Texas Instruments Inc.
- References: <dfrankow.728249852@myria>
- Date: Thu, 28 Jan 1993 22:12:36 GMT
- Lines: 14
-
- I recently wrote a Histogrammer also. The way I got around part
- of the speed problem was to use "sort" to create the input file
- for awk to do the histogram. It is somewhat faster.
-
- If anyone wants the source files without warranty. Drop me a
- line and I will email them to you.
-
- Regards, Mike Ales
- email : males@wotangate.sc.ti.com
-
- As usual these are my own opinions and TI generally disagrees with them.
-
-
-
-