
Depending on your programming style, using the AWK scripts in 
this directory may be a time saver or quite uninteresting.
I'm all for prototyping and modular programming but typing the 
externdefs and the procedure prototypes for the header file can
be tedious. Why not leave the bulk of the work to the machine.

The scripts work with gawk 3.0.3 and Rob Duff's awk.


For 
- more on the awk language and awk resources on the Internet,
  try the <news:comp.lang.awk> FAQ, downloadable as:
  <ftp://rtfm.mit.edu/pub/usenet/comp.lang.awk/faq>

- a 32-bit DOS executable, GNU awk (gawk), gwk303b.zip at:
  <ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/>

- a 16-bit DOS executable, Rob Duff's awk from 1990
  <ftp://ftp.simtel.net/pub/simtelnet/msdos/txtutl/awk320.zip>
