Jump to content

AWK: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 17: Line 17:
* [http://esca.atomki.hu/paradise/dos/awk-en.html Gawk]
* [http://esca.atomki.hu/paradise/dos/awk-en.html Gawk]


====DOS text & programmers editors with AWK support====
===DOS text & programmers editors with AWK support===
* [[Elvis]] - awk syntax support included by default - Open source - Current
* [[Elvis]] - awk syntax support included by default - Open source - Current
==Publications==
* Alfred V. Aho, Brian W. Kernighan, and Peter J. Weinberger: ''The AWK Programming Language'' Addison-Wesley 1988, ISBN 0-201-07981-X
* Dale Dougherty, Arnold Robbins: ''sed & awk'' O’Reilly 1997, ISBN 1-56592-225-5
* Arnold Robbins: ''GAWK: Effective AWK Programming'' O’Reilly 2001, ISBN 0-596-00070-7
==Links==
* [http://awk.info/ Awk Community Portal]


[[Category:Programming Languages]][[Category:AWK]]
[[Category:Programming Languages]][[Category:AWK]]

Revision as of 14:19, 3 February 2016

AWK is a text programming language primarily used in UNIX like systems for software pre-processing. It is named after initials of original writers Alfred Aho, Peter Weinberger, and Brian Kernighan and should therefore be spelled all caps.

A list of OS/2 implementations of AWK

Interpreters & compilers

Translators

  • a2p - AWK to PERL translator - Open source (included with Perl 5)

OS/2 text & programmers editors with AWK support

  • Elvis - awk syntax support included by default - Open source - Current
  • NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting.

DOS implementations of AWK

DOS text & programmers editors with AWK support

  • Elvis - awk syntax support included by default - Open source - Current

Publications

  • Alfred V. Aho, Brian W. Kernighan, and Peter J. Weinberger: The AWK Programming Language Addison-Wesley 1988, ISBN 0-201-07981-X
  • Dale Dougherty, Arnold Robbins: sed & awk O’Reilly 1997, ISBN 1-56592-225-5
  • Arnold Robbins: GAWK: Effective AWK Programming O’Reilly 2001, ISBN 0-596-00070-7

Links