awk.exe

Last edit

Changed:

< [[awk.exe]] Last edited 2012-09-05 01:15 UTC\\
< see Home page
: [[http://awk.freeshell.org|http://awk.freeshell.org]]\\
< These are the main four awks i depend on;\\
< all run fine on my HP dm3 laptop:\\
< dual-core AMD 1.6GHz cpu - 4GB ram -- windows 7 64bit Home Premium
\\
< \\
< All these awks are useful: the
first is my daily user from Dr.K of awk.\\
< the second is
the latest version of above and is 64 bit.\\
< (so can access much more memory but only runs on 64 bit windows)\\
< gawk has Extensive extensions - and great debugging tools.\\

to

> [[awk.exe]] Last edited 2013-05-27 23:57:16 PDT\\
> The first is from Dr. Kernighan - the k of awk.\\
> gawk has extensive extensions; great debugging tools;\\
> and has MPFR for extended precision calculations
.\\

Added:

> awk(1) page: http://www2.research.att.com/~gsf/man/man1/awk.html\\

Added:

> errata: [[http://cm.bell-labs.com/cm/cs/awkbook/errata.html|
> errata.html]]\\

Changed:

< (latest code from above site; only 64 bit version here)\\

to

> (code from above site; 64 bit version)\\

Changed:

< gawk.exe version 4.0.1\\

to

> gawk.exe version 4.1.0\\

Added:

> from: http://sourceforge.net/projects/ezwinports/files/\\
> (requires the four .dll files included in the .zip download)\\

Added:

> (klabaster version has no MPFR)\\

Added:

> (system() does not work - but pipes are fine)\\

Added:

> 64bit: ftp://invisible-island.net/mawk/win32/mingw64-20121209.zip\\
> (neither system() nor pipes seem to work)\\


awk.exe Last edited 2013-05-27 23:57:16 PDT
The first is from Dr. Kernighan - the k of awk.
gawk has extensive extensions; great debugging tools;
and has MPFR for extended precision calculations.
mawk is sometimes much faster than all the above.

awk95.exe version 20070501
from: http://www.cs.princeton.edu/~bwk/btl.mirror/index.html
(compiled with Microsoft Visual C++)
awk(1) page: http://www2.research.att.com/~gsf/man/man1/awk.html
book: The AWK Programming Language
errata: errata.html
for additions/changes since the awk book see:
http://awk.freeshell.org/FIXES

awk64.exe version 20110810
(code from above site; 64 bit version)
(compiled with Mingw-w64)
from: http://scottn.us/downloads/
file: http://scottn.us/downloads/awk64.exe

gawk.exe version 4.1.0
(compiled with mingw)
from: http://sourceforge.net/projects/ezwinports/files/
(requires the four .dll files included in the .zip download)
from: http://www.klabaster.com/freeware.htm
(klabaster version has no MPFR)
docs: http://www.gnu.org/software/gawk/manual/
book: Effective awk Programming by AD Robbins
(450 page exposé of gawk/awk/mawk)

mawk.exe version 1.3.4 (file date 2011-05-21)
(compiled with Microsoft Visual C++)
(system() does not work - but pipes are fine)
from: http://invisible-island.net/mawk/
file: ftp://invisible-island.net/mawk/win32/mawk-vs6.zip
64bit: ftp://invisible-island.net/mawk/win32/mingw64-20121209.zip
(neither system() nor pipes seem to work)
docs: http://invisible-island.net/mawk/manpage/mawk.html
changes: http://invisible-island.net/mawk/CHANGES
see also: http://awk.freeshell.org/mawk_wish_list


g0ph3r