GNU awk: Difference between revisions
Appearance
m Reiknir moved page GNU awk (gawk) to GNU awk |
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 implementation of the AWK programming language/macro processor | |||
==Charset support (for macro/text processing)== | ==Charset support (for macro/text processing)== | ||
8 Bit [[ASCII]] (256 Characters according to current codepage). No support for [[Unicode]] or [[ | 8 Bit [[ASCII]] (256 Characters according to current codepage). No support for [[Unicode]] or [[DBCS]]. | ||
==Version== | ==Version== | ||
Line 14: | Line 13: | ||
==License== | ==License== | ||
Open source | Open source released under the GNU GPL license. | ||
==Author== | ==Author== | ||
* Free Software Foundation | |||
* OS/2 port by [[Andreas Buening]] | * OS/2 port by [[Andreas Buening]] | ||
[[Category:Tools]] [[Category:AWK]] [[Category:BSD Tools]] [[Category:Solaris Tools]] [[Category:MAC OSX Tools]] [[Category:Linux Tools]] | |||
[[Category: Tools]] [[Category:BSD Tools]] [[Category:Solaris Tools]] [[Category:MAC OSX Tools]] [[Category:Linux Tools]] |
Revision as of 14:11, 10 December 2015
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
* Latest Version for OS/2-eCS: 3.1.2 (2003/3/30)
Links
OS/2-eCS Port: [1]
Official Web Site: [2]
License
Open source released under the GNU GPL license.
Author
- Free Software Foundation
- OS/2 port by Andreas Buening