home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20215 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.6 KB  |  42 lines

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!miclon!nreadwin
  2. From: nreadwin@micrognosis.co.uk (Neil Readwin)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Flaming and Such
  5. Keywords: flaming
  6. Message-ID: <C08qB5.CoA@micrognosis.co.uk>
  7. Date: 2 Jan 93 19:04:17 GMT
  8. References: <725616013.AA00000@blkcat.UUCP> <74@colornet.com>
  9. Sender: news@micrognosis.co.uk
  10. Organization: Micrognosis, a division of CSK(UK) Ltd
  11. Lines: 29
  12.  
  13. In article <74@colornet.com>, dfilip@colornet.com writes:
  14. |> Has anyone done any stats in this newsgroup as to : [ flames ]
  15.  
  16. Well in the last 12 days we have received 597 messages in comp.os.vms
  17. (excluding the FAQs) covering 223 distinct subjects[%]. The most popular
  18. subject (with 23 articles) was 'vax c' (which was really about fsync() and
  19. fflush()) and the second most popular (with 18) was 'butthead'. At least 7
  20. other threads (containing 21 articles) were meta-discussions on flaming.
  21.  
  22. In a nutshell, 6.5% of the articles were discussions about flames (and I
  23. guess quite a few more were the flames themselves :-). Hope this helps. Neil.
  24.  
  25. [%]
  26. Calculated using:
  27.     #!/bin/sh
  28.     trap 's=$?; rm -f /tmp/gak.$$; exit $s' 0
  29.  
  30.     grep \^Subject: * | tr '[A-Z]' '[a-z]' | \
  31.     sed -e 's/[0-9]*:subject:[      ]*//' -e 's/^re:[     ]*//' \
  32.         -e 's/^re:[     ]*//' | sort > /tmp/gak.$$
  33.  
  34.     awk -f - /tmp/gak.$$ <<"Grok!This" | sort -n
  35.     BEGIN {f=1;c=0} {if (f) {f=0;c=1;l=$0} else {if ($0 == l) {c++;} else {
  36.     printf "%3d %s\n",c,l;c=1;l=$0}}} END {if (c) {printf "%3d %s\n",c,l;}}
  37.     Grok!This
  38.  
  39. -- 
  40.  Phone: +44 71 815 5283  E-mail: nreadwin@micrognosis.co.uk
  41.  Anything is a cause for sorrow that my mind or body has made
  42.