<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/">
<title>talkaboutprogramming.com Awk</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-05-11T17:05:42+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37747.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37740.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37727.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37696.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37691.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37678.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37674.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37670.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37669.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37659.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37656.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37607.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37603.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37602.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37594.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37587.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37574.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37560.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37548.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37520.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/comp.lang.awk/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com Awk</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37747.html">
<title>writing to an output file specified by an ARGV argument</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37747.html</link>
<description>Hello,  I want to write (print, printf) to /dev/stdout or a file depending on the arguments given to awk:  fig_diagnosis:  #! /bin/sh gawk  BEGIN { # ARGV[0] = gawk # ARGV[1] = input_file.fig # ARGV[2] = diagnosis_file.txt if (ARGC  3) {    print Usa...</description>
<dc:creator>Francky Leyn ltfrancky.leyn@[EMAIL PROTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-11T18:50:12+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37740.html">
<title>number of interval expression matches as argument</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37740.html</link>
<description>Hi,  is there a way to pass the number of matches for an interval expression as argument to to a function like this?  function foo (string, num) {       sub(/([A-Z]* *){num}/,,string)       return string }  bar=this is my string bla=for(bar, 2)  Im u...</description>
<dc:creator>paklet@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-10T20:07:44+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37727.html">
<title>How to using gawk in Windows</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37727.html</link>
<description>Hi All   D:\Example\Software\awkuname -a CYGWIN_NT-5.1 moon 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin   D:\Example\Software\awkgawk -f tag.awk /dev/null  == no output  D:\Example\Software\awkgawk -f tag.awk tag.awk eric  eric  eric  eric   D:\Ex...</description>
<dc:creator>moonhkt ltmoonhkt@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-09T10:36:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37696.html">
<title>Gawk match() and numbers in scientific notation</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37696.html</link>
<description>Hi,   I am somehwat puzzled with match() results for numbers in scientific notation. See below.  $ cat testdata 100 100e-3 100E3  I am wondering what kind of uppercase character is matched in record 2:  $ gawk {print $1,match($1,/[A-Z]/)} testdata 10...</description>
<dc:creator>Hermann Peifer ltpeifer@[EMAIL PROTECTED...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-06T04:16:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37691.html">
<title>split word in characters</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37691.html</link>
<description>Hi guys, Ive a small script that takes some data from file and split each word in characters. There is 1 word per line in file. For example, file contains 2 words: Linux foo  the result must be :  L i n u x f o o  to do this I used the next command, ...</description>
<dc:creator>Nezhate ltmazouz.nezhate@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-06T02:52:55+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37678.html">
<title>search for charater =</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37678.html</link>
<description>Hi there Im using awk to search the character equal = and replace it with space character   in file1. The result is redirected to another file2.  ----------------file1------------------- field1=data1after there is some data... field2=data2after there...</description>
<dc:creator>Nezhate ltmazouz.nezhate@[EMAIL PROTECTE...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-05T00:31:15+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37674.html">
<title>heredoc in awk? avoid nasty quoting to print o/p with special ch</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37674.html</link>
<description>Is there something akin to a heredoc in awk? I need to process a set of  records, extract relevant numbers from each record and then create a  formatted multi-line output for each record. Problem is that the output  would contain a lot of special cha...</description>
<dc:creator>Rahul ltnospam@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-02T17:52:21+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37670.html">
<title>Backslash with interval expressions</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37670.html</link>
<description>Hi, Thsi regular expression works for me: echo hiiii | gawk --posix /i{2}/ {print ji} ji  As per the gawk guide notes below: However, because old programs may use `{ and `} in regexp constants, by default gawk does not match interval expressions in r...</description>
<dc:creator>Prateek ltprateek.a@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T09:37:35+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37669.html">
<title>replacing with key-value table and at later location</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37669.html</link>
<description>hello everyone! I need to fix some things in a piece of generated code. I think it has to be done with awk, as its a multi line thing, for which sed seems to be bad. I have to replace some values in functions, according to the function name. so basic...</description>
<dc:creator>robin.vobruba@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-05-01T07:27:25+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37659.html">
<title>awka on Mac OS X 10.4.11 [Intel]</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37659.html</link>
<description>Has anybody got this to pass all the tests on OS X?  I have one test  that fails.  BEGIN {   print b += b += 1   print b   b = 6   print b += b++   print b   print b += ++b   print b }  produces 1 1 12 12 25 25  instead of 2 2 13 13 28 28  If you hav...</description>
<dc:creator>Robert Peirce ltbob@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-23T11:42:55+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37656.html">
<title>Up to date awk reference card?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37656.html</link>
<description>Does anyone know of a PDF of PostScript copy on the web of the awk reference card, including all the changes and additions up through v3.1.6? Or if you have a such a copy yourself, would you consider posting it somewhere or e-mailing it to me?  Thank...</description>
<dc:creator>Galen ltgltackett@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-22T09:22:33+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37607.html">
<title>Less greedy pattern match</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37607.html</link>
<description>Hi, This question is regarding the less greedy regular expression pattern match. As you know, Perl provides less greedy pattern match parameter in the form of repetition?  But does gawk provide anything similar?  The sample I was trying was:  echo cc...</description>
<dc:creator>Prateek ltprateek.a@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-15T19:59:12+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37603.html">
<title>awk tutorial confusion</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37603.html</link>
<description>Readers,  I am reading a tutorial, to learn how to use awk (http:// www.grymoire.com/Unix/Awk.html).  Ive copied the following text and saved in the filenames shown:  fileowner:  #!/bin/sh awk 	BEGIN {printfile\towner} 		{print $8,\t,$3} 	END {print ...</description>
<dc:creator>r ltinpost@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-14T01:53:41+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37602.html">
<title>Spell Correct in Gawk (just 15 lines)</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37602.html</link>
<description>Based on : http://norvig.com/spell-correct.html and http://raelcunha.com/spell-correct.php  I wrote this simple gawk script [ http://pastie.caboo.se/pastes/180039 ]   Usage: gawk -v word=something -f thisfile.awk [ big.txt [ big2.txt ... ]]  Example:...</description>
<dc:creator>Tiago Peczenyj lttiago.peczenyj@[EMAIL P...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-13T12:26:15+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37594.html">
<title>Bypassing variable substitution</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37594.html</link>
<description>I have an application which interacts with the user using a command line  program. I get files which have some information that needs to be parsed and  then be sent as commands to my application. The output is then processed  again using some gawk. N...</description>
<dc:creator>Rajan ltsvrajan@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-11T22:16:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37587.html">
<title>translate html codes to ascii chars</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37587.html</link>
<description>Hello!  I need to replace html codes with ascii chars, so for  #73#74aaaa#75  output should be:  IJaaaaK  Could you help with this ? What I have so far is this...  echo #73#74aaaa#75 | awk { print (gensub(#([0-9]+),\ \1,g)) }</description>
<dc:creator>tomekl lttomek@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-09T02:01:40+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37574.html">
<title>How to pass UNIX variable into awk?</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37574.html</link>
<description>myvariable=hello  cat my file, if first field match hello, then print whole line  I tried  cat myfile.txt | awk -F: $1 ~ /$myvariable/ {print $0}  but doesnt work, I also tried double $ like $1 ~ /$$myvariable/ still no luck.  I did this more than 10...</description>
<dc:creator>RC ltraymond.chui@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-08T10:43:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37560.html">
<title>parsing a text file</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37560.html</link>
<description>Hi People:  Could anybody tell me how can I do this with awk or bash shell? Ive a file with this systaxis:  #cat file I went fishing for some sea bass. The bass part of the song is very moving.  he proposed an elaborate program of public works.This i...</description>
<dc:creator>ric ltricardo7@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-07T10:01:05+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37548.html">
<title>matching nth pattern...</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37548.html</link>
<description>Hello !  Im trying to get text between given html tags, for examle for this pattern:  foolia/lilib/lilic/libar  Id like to get a for parameter 1 b for parameter 2 c for parameter 3  What Ive tried so far is this:  echo foolia/lilib/lilic/libar |  gaw...</description>
<dc:creator>tomekl lttomek@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-06T08:56:07+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37520.html">
<title>delete columns csv file</title>
<link>http://www.talkaboutprogramming.com/group/comp.lang.awk/messages/37520.html</link>
<description>Readers,  I have a csv file (greater than 256 columns hence unable to open and edit in spreadsheet) of the following format:  column header1, column header2, column header3 1,0.0e0,0.0e0,5e-6 2,0.0e0,0.0e0,6e-7 3,0.0e0,0.0e0,0.0e0  I want to perform:...</description>
<dc:creator>r ltinpost@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-04-03T12:19:05+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/comp.lang.awk/search.html">
<title>Search talkaboutprogramming.com Awk</title>
<description>Search talkaboutprogramming.com Awk</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/comp.lang.awk/search.html</link>
</textinput>

</rdf:RDF>
