Jump to content

GNU awk: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 5: Line 5:


==Version==
==Version==
'''* Latest Version for OS/2-eCS''': 3.1.2 (2003/3/30)
* 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)


==Links==
==Links==
Line 15: Line 15:
Open source released under the GNU GPL license.
Open source released under the GNU GPL license.


==Author==
==Authors & publisher==
* Free Software Foundation
* [[Free Software Foundation]]
* OS/2 port by [[Andreas Buening]]
* [[KO Myung-Hun]] (OS/2 port)
* [[Andreas Buening]] (earlier OS/2 port)
* [[Jun Sawataishi]] (earlier OS/2 port)




[[Category:Tools]] [[Category:AWK]] [[Category:BSD Tools]] [[Category:Solaris Tools]] [[Category:MAC OSX Tools]] [[Category:Linux Tools]]
[[Category:Tools]]
[[Category:AWK]]
[[Category:Generic Unix Tools]]
[[Category:MS Windows Tools]]
[[Category:OS-9 Tools]]
[[Category:VMS Tools]]

Revision as of 23:48, 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

Links

OS/2-eCS Port: [1]

Official Web Site: [2]

License

Open source released under the GNU GPL license.

Authors & publisher