win32 F/OSS development - AWK

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






< < Back to Start >>