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...
Greg,
The format of the test data file wrapped in the posting - it's better to
send as an attachment rather than as inline.
If you'd like me to follow it up...
Greg,
A problem with gawk has recently been posted in comp.lang.awk. This was to
do with a possible memory leak. That could be the cause of your problem...
... script, I ... this ... invoking shell ... source ... but that ... Hi pac0rro, You can do this in shell (sh) thus: var=`gawk '{ if ($1 ~ /BLAH/) print $1 ;...
Hi There, I'm having some trouble with my unix work and was wondering if you could lend me a hand. The main problem has to do with an application called awk. ...
Hi, Does anyone know of a program that makes email digests written in awk? Preferable one that removes HTML mime alternatives and leave only the text versions...
This is the msplit script that splits a unix mailbox file into many separate files. Could someone please help me translating it to gawk? Daniel msplit.pl ...
... You are the geek! :) It worked exactly like "msplit.pl". I made some modifications. Code follows: #!/bin/awk # msplit splits a unix mailbox file into many...
... I just woke up, so forgive the brain-fart ... You know, you can easily search Google's Usenet archive for any previous posts in comp.lang.awk. :)...
Hello listers, can anybody tell me wether and how the 'system' function will accept the 'start' command (on a xp box)? All I want is to open a local saved web...