Messages:
Simplify | Expand (Group by Topic )
Author
Sort by Date
7
Pardon my absence ...
Many "Real Life" issues have been claiming my attnention lately ... but that's changing now. :)...
Nitallica
Jun 13, 2001 2:37 am
8
Second beta of gawk 3.1 now available
This note is to announce the second BETA release of version 3.1 of gawk. It is available from ...
Nitallica
Jun 13, 2001 2:38 am
9
Gawk 3.1.0 now available!
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 ...
Nitallica
Jun 13, 2001 2:40 am
10
awk binaries for NT
Where can I get awk for NT - I remember seeing a site that had the binaries and a tutorial, but I forget which.<br>codepoet...
c_o_d_e_p_o_e_t
Jun 16, 2001 9:17 am
11
Re: awk binaries for NT
hrm ... I remember seeing one somewhere, but the link that I had died some time ago. I'll look around and see what I can find for you!...
Nitallica
Jun 17, 2001 10:57 pm
12
Multiple charactier as feild delimeter..
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...
francis_carino
Jul 17, 2001 5:34 pm
13
Re: Multiple charactier as feild delimet
Try it like this:<br><br>\""|"\"<br><br>... the preceeding slash (\) tells awk that it's a literal character....
Nitallica
Jul 22, 2001 1:24 am
14
Recommended Reading:
1) O'reilly's "Sed and Awk" - <a href=http://www.oreilly.com/ target=new>http://www.oreilly.com/</a><br>2) _The AWK Programming Language_ (ISBN 0-201-07981-X)...
Nitallica
Jul 22, 2001 1:24 am
15
Multilingual Batch Programs...Archive
Multilingual Batch Programs - AWK Batch Scripts Archive:<br><br><a href=http://www.maem.umr.edu/~batch/multilingual.html...
Nitallica
Jul 22, 2001 1:26 am
16
Gawk for SCO
(Links section won't allow FTP URLs, so I'm posting it here)<br><br>ftp://ftp.armory.com./pub/scobins/gawk...
Nitallica
Jul 22, 2001 1:28 am
17
AWK in C ... C in AWK
<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...
Nitallica
Jul 22, 2001 1:29 am
18
Awk for MAC ... posted in Usenet earlier
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. ...
Nitallica
Jul 22, 2001 1:31 am
19
Scheming in AWK ...
SCAWK is a awk version in the scheme programming language, you can go to<br><a href=http://charles.lehalle.free.fr/tools.html...
Nitallica
Jul 22, 2001 1:32 am
20
Spanish NAWK (Espanol)
<a href=http://www.lawebdelprogramador.com/ target=new>http://www.lawebdelprogramador.com/</a> - for info on New AWK (NAWK) in Spanish...
Nitallica
Jul 22, 2001 1:33 am
21
Pretty up that code ...
Awk code formatter<br><a href=http://www.math.utah.edu:8080/pub/awkpretty/ target=new>http://www.math.utah.edu:8080/pub/awkpretty/</a>...
Nitallica
Jul 22, 2001 1:33 am
22
Re: Multiple charactier as feild delimet
Incidentally, wouldn't it be easier to write that into a quick awk batch file?...
Nitallica
Jul 22, 2001 1:35 am
23
Re: awk binaries for NT
You might want to try here, it's commercial tho:<br><br><br><a href=http://www.teleport.com/~thompson/main.html...
Nitallica
Jul 22, 2001 2:15 am
24
XML Parser for Awk
Some of you might find this interesting....<br><br><a href=http://www.angelfire.com/grrl/geeksthatgawk/awk.txt...
Nitallica
Oct 18, 2001 3:14 pm
25
GAWKDLL
GAWKDLL - GNU AWK as a 16-bit DLL<br><br><a href=http://www.muc.de/~walkerj/GAWKDLL/gawkdll.htm...
Nitallica
Oct 18, 2001 3:21 pm
26
Gawk in an MS Window
I have started to imbed gawk in an MS Window and am wondering whether it has already been done....
mobjckskpr
Jan 13, 2002 1:54 pm
27
Re: Gawk in an MS Window
Hi,<br><br>If I'm not mistaken, this has been done already. :)...
Nitallica
Jan 15, 2002 7:03 pm
28
regular expression as a field delimiter
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...
c_zutroy
Mar 15, 2002 5:01 pm
29
EOF and Limitations
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...
Alicia Chin
c_zutroy
Mar 20, 2002 5:52 pm
30
Changing shell variables
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...
pac0rro
Mar 26, 2002 11:29 am
31
Re: [Geeks that Gawk] Changing shell variables
... From: "pac0rro" <no_reply@yahoogroups.com> To: <geeksthatgawk@yahoogroups.com> Sent: Tuesday, March 26, 2002 11:29 AM Subject: [Geeks that Gawk] Changing...
Peter S Tillier
peter_tillier
Mar 27, 2002 7:05 am
33
gawk memory usage on windows
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...
Miawww
Apr 6, 2002 11:51 pm
34
Re: [Geeks that Gawk] gawk memory usage on windows
... From: "Miawww" <miawww@...> To: <geeksthatgawk@yahoogroups.com> Sent: Sunday, April 07, 2002 12:51 AM Subject: [Geeks that Gawk] gawk memory usage on...
Peter S Tillier
peter_tillier
Apr 7, 2002 7:45 am
35
Re: [Geeks that Gawk] gawk memory usage on windows
Nothing really complex... How to know how much memory used : Task manager Here's a sreenshot of my task manager : ...
Miawww
Apr 7, 2002 5:22 pm
36
Re: [Geeks that Gawk] gawk memory usage on windows
Actually, what's bring the memory so high is the following loop: for (j = -(60*60); j < i; j++) { printf "%d\n",j totalm[j] += totalm[j-1] +...
Miawww
Apr 7, 2002 5:29 pm
37
Re: [Geeks that Gawk] gawk memory usage on windows
... From: "Miawww" <miawww@...> To: <geeksthatgawk@yahoogroups.com> Sent: Sunday, April 07, 2002 6:29 PM Subject: Re: [Geeks that Gawk] gawk memory usage...
Peter S Tillier
peter_tillier
Apr 7, 2002 5:58 pm