DESCR 572 B

1234567891011
  1. mawk is an interpreter for the AWK Programming Language. The AWK
  2. language is useful for manipulation of data files, text retrieval and
  3. processing, and for prototyping and experimenting with algorithms. mawk
  4. is a new awk meaning it implements the AWK language as defined in Aho,
  5. Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
  6. Publishing, 1988 ("the AWK book".)
  7. mawk conforms to the Posix 1003.2 (draft 11.3) definition of the AWK
  8. language which contains a few features not described in the AWK book,
  9. and mawk provides a small number of extensions.