home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3341 < prev    next >
Internet Message Format  |  1991-05-16  |  1KB

  1. From: brennan@ssc-vax.UUCP (Mike Brennan)
  2. Newsgroups: alt.sources
  3. Subject: mawk0.97.shar  0  of 5
  4. Message-ID: <3962@ssc-bee.ssc-vax.UUCP>
  5. Date: 11 May 91 14:32:56 GMT
  6.  
  7.  
  8.  
  9. Mawk 0.97 an implementation of awk as defined in 
  10. Aho, Kernighan and Weinberger, The AWK Programming Language,
  11. Addison-Wesley, 1988
  12. follows in 4 parts.
  13.  
  14.  
  15. The 1988 definition of awk adds several features that
  16. significantly enhance the language, including expanded
  17. regular expression features, built-in substitution functions,
  18. more IO control and user defined functions.
  19.  
  20. Advantages of mawk:
  21.  1) Mawk is fast.  Benchmarks against 3 other new awks are included
  22.     in the distribution.
  23.  
  24.  2) The record separator, RS, is interpreted as a regular expression.
  25.     This make operations which are basically not line oriented easier
  26.     to program and improves performance in some cases.
  27.  
  28.  
  29. The posting is in shar format:
  30. Cut off the tops, cat to a file and sh file from the directory you
  31. want to be the parent of the mawk0.97 directory.
  32.  
  33.  
  34. Mike Brennan
  35. brennan@bcsaic.boeing.com
  36. 206-773-4425
  37.  
  38.  
  39.