Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

geeksthatgawk · for GNU Awk questions & discussions

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Messages

Advanced
Messages Help
Messages 26 - 57 of 222   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
26 mobjckskpr Send Email Jan 13, 2002
1:54 pm
I have started to imbed gawk in an MS Window and am wondering whether it has already been done....
27 Nitallica Send Email Jan 15, 2002
7:03 pm
Hi,<br><br>If I'm not mistaken, this has been done already. :)...
28 c_zutroy Send Email Mar 15, 2002
5:01 pm
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...
29 Alicia Chin
c_zutroy Send Email
Mar 20, 2002
5:52 pm
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...
30 pac0rro Mar 26, 2002
11:29 am
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...
31 Peter S Tillier
peter_tillier Send Email
Mar 27, 2002
7:05 am
... From: "pac0rro" <no_reply@yahoogroups.com> To: <geeksthatgawk@yahoogroups.com> Sent: Tuesday, March 26, 2002 11:29 AM Subject: [Geeks that Gawk] Changing...
33 Miawww Send Email Apr 6, 2002
11:51 pm
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...
34 Peter S Tillier
peter_tillier Send Email
Apr 7, 2002
7:45 am
... From: "Miawww" <miawww@...> To: <geeksthatgawk@yahoogroups.com> Sent: Sunday, April 07, 2002 12:51 AM Subject: [Geeks that Gawk] gawk memory usage on...
35 Miawww Send Email Apr 7, 2002
5:22 pm
Nothing really complex... How to know how much memory used : Task manager Here's a sreenshot of my task manager : ...
36 Miawww Send Email Apr 7, 2002
5:29 pm
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] +...
37 Peter S Tillier
peter_tillier Send Email
Apr 7, 2002
5:58 pm
... From: "Miawww" <miawww@...> To: <geeksthatgawk@yahoogroups.com> Sent: Sunday, April 07, 2002 6:29 PM Subject: Re: [Geeks that Gawk] gawk memory usage...
38 Peter S Tillier
peter_tillier Send Email
Apr 8, 2002
4:30 am
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...
39 Miawww Send Email Apr 8, 2002
6:57 am
What's your email? peter_tillier@... doesn't work. Greg...
40 Peter S Tillier
peter_tillier Send Email
Apr 8, 2002
7:24 pm
Greg, It's peter_tillier@... Peter S Tillier ----- Original Message ----- From: "Miawww" <miawww@...> To: <geeksthatgawk@yahoogroups.com>...
41 Peter S Tillier
peter_tillier Send Email
Apr 10, 2002
6:21 am
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...
42 flogr May 11, 2002
5:16 pm
... 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 ;...
44 hacker80n Send Email Sep 19, 2002
11:24 am
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. ...
45 Daniel Ajoy
daniel_ajoy Send Email
Nov 29, 2002
3:02 pm
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...
46 Peter S Tillier
peter_tillier Send Email
Nov 29, 2002
4:22 pm
... 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...
47 Daniel Ajoy
daniel_ajoy Send Email
Dec 11, 2002
7:30 pm
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 ...
48 Peter S Tillier
peter_tillier Send Email
Dec 11, 2002
9:06 pm
... 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...
49 Daniel Ajoy
daniel_ajoy Send Email
Dec 12, 2002
5:21 am
... 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...
50 Peter S Tillier
peter_tillier Send Email
Dec 12, 2002
7:03 am
... 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...
51 Daniel Ajoy
daniel_ajoy Send Email
Dec 13, 2002
4:59 pm
Is there an archive of comp.lang.awk? A place from where I can download all the posts in tar.gz format? Daniel...
52 Nitallica <nitalli...
nitallica Send Email
Dec 13, 2002
5:04 pm
... The only URL I had is now 404. I'll look around and see if I can find another. Nitallica...
53 Nitallica <nitalli...
nitallica Send Email
Dec 13, 2002
5:07 pm
... 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. :)...
54 Daniel Ajoy
daniel_ajoy Send Email
Dec 13, 2002
6:02 pm
... 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...
55 1ns0mn1a
victorvasile Send Email
Jan 1, 2003
8:31 pm
Hello listers, can anybody tell me wether and how the 'system&#39; function will accept the 'start&#39; command (on a xp box)? All I want is to open a local saved web...
56 Peter S Tillier
peter_tillier Send Email
Jan 1, 2003
11:24 pm
... 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...
57 1ns0mn1a
victorvasile Send Email
Jan 2, 2003
8:06 pm
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 ...
Messages 26 - 57 of 222   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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