home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / mawk.lzh / mawk.0 next >
Encoding:
Text File  |  1991-05-19  |  886 b   |  33 lines

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