Search the web
Sign In
New User? Sign Up
geeksthatgawk · for GNU Awk questions & discussions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 33 - 63 of 221   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33
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
Offline Send Email
Apr 6, 2002
11:51 pm
34
... 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
Offline Send Email
Apr 7, 2002
7:45 am
35
Nothing really complex... How to know how much memory used : Task manager Here's a sreenshot of my task manager : ...
Miawww
Offline Send Email
Apr 7, 2002
5:22 pm
36
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
Offline Send Email
Apr 7, 2002
5:29 pm
37
... 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
Offline Send Email
Apr 7, 2002
5:58 pm
38
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...
Peter S Tillier
peter_tillier
Offline Send Email
Apr 8, 2002
4:30 am
39
What's your email? peter_tillier@... doesn't work. Greg...
Miawww
Offline Send Email
Apr 8, 2002
6:57 am
40
Greg, It's peter_tillier@... Peter S Tillier ----- Original Message ----- From: "Miawww" <miawww@...> To: <geeksthatgawk@yahoogroups.com>...
Peter S Tillier
peter_tillier
Offline Send Email
Apr 8, 2002
7:24 pm
41
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...
Peter S Tillier
peter_tillier
Offline Send Email
Apr 10, 2002
6:21 am
42
... 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 ;...
flogr
Offline
May 11, 2002
5:16 pm
44
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. ...
hacker80n
Offline Send Email
Sep 19, 2002
11:24 am
45
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...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Nov 29, 2002
3:02 pm
46
... Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com...
Peter S Tillier
peter_tillier
Offline Send Email
Nov 29, 2002
4:22 pm
47
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 ...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Dec 11, 2002
7:30 pm
48
... Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com...
Peter S Tillier
peter_tillier
Offline Send Email
Dec 11, 2002
9:06 pm
49
... 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...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Dec 12, 2002
5:21 am
50
... Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com...
Peter S Tillier
peter_tillier
Offline Send Email
Dec 12, 2002
7:03 am
51
Is there an archive of comp.lang.awk? A place from where I can download all the posts in tar.gz format? Daniel...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Dec 13, 2002
4:59 pm
52
... The only URL I had is now 404. I'll look around and see if I can find another. Nitallica...
Nitallica <nitallica@...
nitallica
Offline Send Email
Dec 13, 2002
5:04 pm
53
... 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. :)...
Nitallica <nitallica@...
nitallica
Offline Send Email
Dec 13, 2002
5:07 pm
54
... Yes but I want to download it all. Then, is there a way to download all the posts for a certain newsgroup from google? Daniel...
Daniel Ajoy
daniel_ajoy
Offline Send Email
Dec 13, 2002
6:02 pm
55
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...
1ns0mn1a
victorvasile
Offline Send Email
Jan 1, 2003
8:31 pm
56
... Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com...
Peter S Tillier
peter_tillier
Offline Send Email
Jan 1, 2003
11:24 pm
57
joi 1/2/2003 Peter S Tillier a scris despre: "[Geeks that Gawk] system()" ... yes, a lot :-( all I get is this message: "start: mypage.html is not a valid ...
1ns0mn1a
victorvasile
Offline Send Email
Jan 2, 2003
8:06 pm
58
... Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com...
Peter S Tillier
peter_tillier
Offline Send Email
Jan 3, 2003
12:01 am
59
I wanted to stop that insanity and re-installed my XP. Now the awk 'system' function seems to work normally. Sorry for bothering you with a non-awk problem... ...
1ns0mn1a
victorvasile
Offline Send Email
Jan 4, 2003
9:59 pm
60
Hello, I'm in need to write a parser script. To not re-invent the wheel, does anybody know of a sample I could use as a frame/template? The problem is that...
pheb62 <peterheberer@...
pheb62
Offline Send Email
Jan 29, 2003
5:16 pm
61
Hello friends, can anybody help a clueless awk newbie? Till now I used ocasionally some very basic gawk scripts and they worked fine. I'd like to use some of...
1ns0mn1a
victorvasile
Offline Send Email
Apr 23, 2003
7:54 am
62
... Sadly, gensub() is only available in gawk [like strftime(), mktime() and systime()], so the simple way to do this in other awks is often to use a ...
Peter S Tillier
peter_tillier
Offline Send Email
Apr 27, 2003
8:18 am
63
Hi guys, I have a record that will always start with the format : "Mnt D HH:MM:SS data data data" I would like to strip the first three fields,and put the rest...
Kev Smith
sync24uk
Offline Send Email
Apr 30, 2003
9:20 am
Messages 33 - 63 of 221   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help