Jump to content

GNU awk: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
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]], some older versions of the tool support DBCS and Shift JIS file names.
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==
* Last known version: GNU awk v4.1.3 (2015-05-20)
* 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)
* '''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
 
* [[kLIBC065]]
==Links==
==Links==
* [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==
==Licence==
Open source software released under the [[GPL v3]] licence.
Open source software released under the [[GPL v3]] licence


==Authors & publisher==
==Authors & publisher==
Line 20: Line 19:
* [[Andreas Buening]] (earlier OS/2 port)
* [[Andreas Buening]] (earlier OS/2 port)
* [[Jun Sawataishi]] (earlier OS/2 port)
* [[Jun Sawataishi]] (earlier OS/2 port)


[[Category:AWK]]
[[Category:AWK]]
[[Category:Generic Unix Tools]]
[[Category:MS Windows Tools]]
[[Category:OS-9 Tools]]
[[Category:VMS Tools]]

Revision as of 16:06, 20 October 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)

Links

Licence

Open source software released under the GPL v3 licence

Authors & publisher