- Win32 F/OSS :
- Kool Aid :
- MinGW :
- Editor :
- CVS - Install :
- CVS - Use :
- Assorted Tools :
- Apache Install :
- PHP Install :
- MySQL Install :
- Ada :
- Asm :
- Awk :
- Basic :
- C++ :
- Caml :
- cLisp :
- Cobol :
- D :
- Fortran :
- Eiffel :
- Erlang :
- Haskell :
- Java :
- Javascript :
- Logo :
- Pascal :
- Perl :
- php :
- Prolog :
- Postscript :
- Python :
- Ruby :
- Scheme :
- Smalltalk :
- Tcl/Tk :
win32 F/OSS development - AWK
Awk is a text processing language that's part of the POSIX standard. As such you'll find it on any *nix box. It's designed to allow quick and easy manipulation of text where a full blown programing effort is overkill. If you have a need to scour a bunch of files for a pattern and then do something; AWK is for you.
Install
Head over to the gawk page of the GnuWin project. You'll want the 'Complete package, except sources' setup file. It will install the binaries to a 'bin' subfolder of the instal directory.
Documentation
- gawk manual: the Gnu awk manual.
- An awk primer: Greg Goebel's tutorial. A nice
- comp.lang.awk FAQ: FAQ for the newsgroup comp.lang.awk