Jump to content

GNU awk

From EDM2
Revision as of 04:36, 3 July 2016 by Reiknir (talk | contribs)

The GNU awk, sometimes known as gawk, is a GNU re-implementation of the AWK programming language/macro pre-processor

Charset support (for macro/text processing)

8 Bit ASCII (256 Characters according to current codepage). No support for Unicode or DBCS, some older versions of the tool support DBCS and Shift JIS file names.

Version

  • Last known version: GNU awk v4.1.3 (2015-05-20)
  • Latest Version for OS/2-eCS: GNU awk v4.1.1 (2014-10-23)
Prerequisites

Links

Licence

Open source software released under the GPL v3 licence.

Authors & publisher