Jump to content

GNU awk: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 6: Line 6:
==Version==
==Version==
* Latest Version for OS/2-eCS: [http://hobbes.nmsu.edu/download/pub/os2/dev/util/gawk-4.1.1.zip GNU awk v4.1.1] (2014-10-23)
* Latest Version for OS/2-eCS: [http://hobbes.nmsu.edu/download/pub/os2/dev/util/gawk-4.1.1.zip GNU awk v4.1.1] (2014-10-23)
 
;Prerequisites
* [[kLIBC065]]
==Links==
==Links==
'''OS/2-eCS Port:''' [http://os2site.com/sw/dev/awk/gawk-3_1_2-bin.zip]
'''OS/2-eCS Port:''' [http://os2site.com/sw/dev/awk/gawk-3_1_2-bin.zip]

Revision as of 23:51, 2 July 2016

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.

Version

Prerequisites

Links

OS/2-eCS Port: [1]

Official Web Site: [2]

License

Open source released under the GNU GPL license.

Authors & publisher