GNU awk: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
==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 [[DBCS]]. | 8 Bit [[ASCII]] (256 Characters according to current codepage). No support for [[Unicode]] or [[DBCS]], some older versions of the tool support DBCS and Shift JIS file names. | ||
==Version== | ==Version== | ||
Line 12: | Line 12: | ||
* [http://www.gnu.org/software/gawk/ GNU awk on the FSF website] | * [http://www.gnu.org/software/gawk/ GNU awk on the FSF website] | ||
== | ==Licence== | ||
Open source released under the | Open source software released under the [[GPL v3]] licence. | ||
==Authors & publisher== | ==Authors & publisher== | ||
Line 22: | Line 22: | ||
[[Category:AWK]] | [[Category:AWK]] | ||
[[Category:Generic Unix Tools]] | [[Category:Generic Unix Tools]] |
Revision as of 04:36, 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, some older versions of the tool support DBCS and Shift JIS file names.
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
Licence
Open source software released under the GPL v3 licence.
Authors & publisher
- Free Software Foundation
- KO Myung-Hun (OS/2 port)
- Andreas Buening (earlier OS/2 port)
- Jun Sawataishi (earlier OS/2 port)