GNU awk: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The GNU awk, sometimes known as ''' | 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)== | ==Charset support (for macro/text processing)== | ||
Line 5: | Line 5: | ||
==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) | * Last known version: GNU awk v4.1.3 (2015-05-20) | ||
* '''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 | ;Prerequisites | ||
* [[kLIBC065]] | * [[kLIBC065]] | ||
==Links== | ==Links== | ||
* [http://www.gnu.org/software/gawk/ GNU awk on the FSF website] | |||
==License== | ==License== |
Revision as of 00:05, 3 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
- 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
License
Open source released under the GNU GPL license.
Authors & publisher
- Free Software Foundation
- KO Myung-Hun (OS/2 port)
- Andreas Buening (earlier OS/2 port)
- Jun Sawataishi (earlier OS/2 port)