RE: Imbedded awk

2001-06-20 Thread Brett W. McCoy
On Wed, 20 Jun 2001, Kris Cook wrote: > I'd get a copy of GNU AWK for Win32 systems, and install it on your NT > server. Then, you can just integrate the AWK scripts. AWK jams at pattern > matching, so if you have a fairly significant script, I'd agree that you > don't want to rewrite it unless

RE: Imbedded awk

2001-06-20 Thread Kris Cook
I'd get a copy of GNU AWK for Win32 systems, and install it on your NT server. Then, you can just integrate the AWK scripts. AWK jams at pattern matching, so if you have a fairly significant script, I'd agree that you don't want to rewrite it unless you're just looking for the practice. I great