mawk 1.3.4.20240123-ok1 source package in openKylin
Changelog
mawk (1.3.4.20240123-ok1) nile; urgency=high * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 20:06:37 +0800
mawk (1.3.4.20240123-ok1) nile; urgency=high * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 20:06:37 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | interpreters | |
Huanghe V3.0 | release | main | interpreters | |
Nile V2.0 | release | main | interpreters | |
Nile V2.0 | proposed | main | interpreters |
File | Size | SHA-256 Checksum |
---|---|---|
mawk_1.3.4.20240123.orig.tar.gz | 404.2 KiB | a8e319a83744b1f1fb6988dfa189d61887f866e9140cc9a49eb003b2b0655e88 |
mawk_1.3.4.20240123.orig.tar.gz.asc | 729 bytes | 3b688572de36ecbb8a013cda92e294038324ed2745485e883508e9a6fdbd2472 |
mawk_1.3.4.20240123-ok1.debian.tar.xz | 10.4 KiB | 3d2e418ea6f7aa6c56df3e8ef69172717ab30dcd606d9c1dfe294442a2482f3c |
mawk_1.3.4.20240123-ok1.dsc | 2.0 KiB | 15f3b645b10c7408292388d2c6cf73124bac349e2052e6e2ee470fc35c3635e5 |
Mawk is an interpreter for the AWK Programming Language. 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. (Hereafter referred to as the AWK book.) 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.
.
Mawk is smaller and much faster than gawk. It has some compile-time
limits such as NF = 32767 and sprintf buffer = 1020.