GNU awk: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
The GNU awk | The GNU awk ('''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 7: | Line 7: | ||
* 3.0.2 (1996-12-28) | * 3.0.2 (1996-12-28) | ||
* 3.0.3 (1997-05-16) - OS/2: [http://hobbes.nmsu.edu/download/pub/os2/dev/awk/gnuawk.zip gnuawk.zip] (1997-07-01) | * 3.0.3 (1997-05-16) - OS/2: [http://hobbes.nmsu.edu/download/pub/os2/dev/awk/gnuawk.zip gnuawk.zip] (1997-07-01) | ||
* 3.0.4 () - OS/2: [ | * 3.0.4 (2000-01-22) - OS/2: [gawk304.zip] | ||
* 3.1.0 (2001-06-03) - OS/2: [http://hobbes.nmsu.edu/download/pub/os2/dev/util/gawk-3_1_0-bin.zip gawk-3_1_0-bin.zip] | * 3.1.0 (2001-06-03) - OS/2: [http://hobbes.nmsu.edu/download/pub/os2/dev/util/gawk-3_1_0-bin.zip gawk-3_1_0-bin.zip] | ||
* 4.0.0 (2011-06-29) | * 4.0.0 (2011-06-29) | ||
Line 13: | Line 13: | ||
* 4.1.3 (2015-05-20) | * 4.1.3 (2015-05-20) | ||
* 4.1.4 (2016-08-25) | * 4.1.4 (2016-08-25) | ||
* 4.2.0 (2017-10-21) | |||
* 4.2.1 (2018-05-08) | |||
==Licence== | |||
*Open source software released under the [[GPL v3]] licence | |||
*Authors: [[Free Software Foundation]] | |||
*OS/2 Ports: [[KO Myung-Hun]], [[Andreas Buening]], [[Jun Sawataishi]] | |||
==Links== | ==Links== | ||
* [http://homepage1.nifty.com/jsawa/os2/gnu/gawk.htm GNU awk version 3.0.4 for OS/2] (multi-byte) | * [http://homepage1.nifty.com/jsawa/os2/gnu/gawk.htm GNU awk version 3.0.4 for OS/2] (multi-byte) | ||
* [http://www.gnu.org/software/gawk/ GNU awk on the FSF website] | * [http://www.gnu.org/software/gawk/ GNU awk on the FSF website] | ||
[[Category:AWK]] | [[Category:AWK]] |
Revision as of 09:44, 19 October 2018
The GNU awk (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
- 3.0.2 (1996-12-28)
- 3.0.3 (1997-05-16) - OS/2: gnuawk.zip (1997-07-01)
- 3.0.4 (2000-01-22) - OS/2: [gawk304.zip]
- 3.1.0 (2001-06-03) - OS/2: gawk-3_1_0-bin.zip
- 4.0.0 (2011-06-29)
- 4.1.1 (2014-04-08) - OS/2: gawk-4.1.1.zip (2014-10-23)
- 4.1.3 (2015-05-20)
- 4.1.4 (2016-08-25)
- 4.2.0 (2017-10-21)
- 4.2.1 (2018-05-08)
Licence
- Open source software released under the GPL v3 licence
- Authors: Free Software Foundation
- OS/2 Ports: KO Myung-Hun, Andreas Buening, Jun Sawataishi
Links
- GNU awk version 3.0.4 for OS/2 (multi-byte)
- GNU awk on the FSF website