Jump to content

GNU awk: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
The GNU awk, sometimes known as '''Gawk''', is a GNU re-implementation of the [[AWK]] programming language/macro pre-processor
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==
'''OS/2-eCS Port:''' [http://os2site.com/sw/dev/awk/gawk-3_1_2-bin.zip]
* [http://www.gnu.org/software/gawk/ GNU awk on the FSF website]
 
'''Official Web Site:''' [http://www.gnu.org/software/gawk/]


==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