Showing revision 11

awk.exe

awk.exe Last edited 2012-09-05 01:15 UTC
see Home page: 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.
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++)
book: The AWK Programming Language
for additions/changes since the awk book see:
http://awk.freeshell.org/FIXES

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

gawk.exe version 4.0.1
(compiled with mingw)
from: http://www.klabaster.com/freeware.htm
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++)
from: http://invisible-island.net/mawk/
file: ftp://invisible-island.net/mawk/win32/mawk-vs6.zip
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