diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-19 23:50:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:01 +0700 |
commit | fdd50477c43f720d7350ef242680d54423412721 (patch) | |
tree | 48bf3917424e4cae4a3b291ba20a4652371621b4 /development/mawk/README | |
parent | 2181cffe17aacf2ced13ef7c6f106cb0b8b5ce71 (diff) | |
download | slackbuilds-fdd50477c43f720d7350ef242680d54423412721.tar.gz |
development/mawk: Added (fast awk implementation).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/mawk/README')
-rw-r--r-- | development/mawk/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/development/mawk/README b/development/mawk/README new file mode 100644 index 0000000000..795e5fc177 --- /dev/null +++ b/development/mawk/README @@ -0,0 +1,18 @@ +mawk (fast awk implementation) + +mawk (Mike's AWK) is an interpreter for the AWK Programming Language. It's +a very fast AWK implementation based on a bytecode interpreter. Originally +written by Mike Brennan, mawk is currently maintained by Thomas E. Dickey. + +The AWK language is useful for manipulation of data files, text +retrieval and processing, and for prototyping and experimenting with +algorithms. mawk is a new awk meaning it implements the AWK language as +defined in Aho, Kernighan and Weinberger, The AWK Programming Language, +Addison-Wesley Publishing, 1988. + +mawk conforms to the Posix 1003.2 (draft 11.3) definition of the AWK +language which contains a few features not described in the AWK book, +and mawk provides a small number of extensions. + +This build does not conflict with Slackware's own awk (from the gawk +package). |