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...
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 ;...