The site contains a zipped Unix (well, almost, it's cr/lf delimited) message file containing all messages in comp.awk.lang, captured from 1999-12-01 up to ...
At long last, gawk 3.1.0 is officially released. You can get it from ftp://ftp.gnu.org/gnu/gawk/gawk-3.1.0.tar.gz. Additional tarballs provide the TeX dvi and ...
I have an input file and the field delimeter is "|" including the quotes. How can I tell awk to user this exact delimeter....I'm tring awk -F '\"|\"' but it...
<a href=http://awka.sourceforge.net/ target=new>http://awka.sourceforge.net/</a> <br><br>You can embed an AWK program inside C or C++, or conversely embed C...
We're talking about the "classic" MacOS(pre-OSX). You'll need to use apple's mpw environment which you need to get from apple if you don't already have it. ...
Hi everyone, I'm actually using nawk, not gawk...but I saw your previous posts on multiple characters as a field delimiter and i was wondering if anyone knew...
Is there a way to determine when you're done with a file? I have a large list of files and want to process each one individually. I want to know when to close...
Health! I'm working on a bash script and it contains a small awk script, I need set values on a shell variable inside the gawk script. Is this possible? I've...
... From: "pac0rro" <no_reply@yahoogroups.com> To: <geeksthatgawk@yahoogroups.com> Sent: Tuesday, March 26, 2002 11:29 AM Subject: [Geeks that Gawk] Changing...
Hi, I'm new to awk and I was wondering if it's normal that gawk memory goes over 100mb while executing. I'm processing a 4k file! On windows 2000. Thanks, Greg...