<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Do it better with awk 1</title>
	<atom:link href="http://bashcurescancer.com/do-it-better-with-awk-1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bashcurescancer.com/do-it-better-with-awk-1.html</link>
	<description>Learn the UNIX/Linux command line</description>
	<lastBuildDate>Mon, 06 Jun 2011 01:35:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Josiah Yoder</title>
		<link>http://bashcurescancer.com/do-it-better-with-awk-1.html/comment-page-1#comment-2931</link>
		<dc:creator>Josiah Yoder</dc:creator>
		<pubDate>Fri, 01 Feb 2008 12:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/do-it-better-with-awk-1.html#comment-2931</guid>
		<description>That was a great intro to awk.  I&#039;ve wanted to use it for a few years now, but could never get past the man page to know how it &quot;should&quot; be done.

p.s. This is a different Josiah!</description>
		<content:encoded><![CDATA[<p>That was a great intro to awk.  I&#8217;ve wanted to use it for a few years now, but could never get past the man page to know how it &#8220;should&#8221; be done.</p>
<p>p.s. This is a different Josiah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliott</title>
		<link>http://bashcurescancer.com/do-it-better-with-awk-1.html/comment-page-1#comment-2532</link>
		<dc:creator>eliott</dc:creator>
		<pubDate>Thu, 24 Jan 2008 19:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/do-it-better-with-awk-1.html#comment-2532</guid>
		<description>cool.
This is making me want to bone up on my awk again.
:D</description>
		<content:encoded><![CDATA[<p>cool.<br />
This is making me want to bone up on my awk again.<br />
 <img src='http://bashcurescancer.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://bashcurescancer.com/do-it-better-with-awk-1.html/comment-page-1#comment-1673</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 12 Jan 2008 19:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/do-it-better-with-awk-1.html#comment-1673</guid>
		<description>Josiah,

Thanks for the comment! Very much appreciated.

I did not use a dollar sign in front of that entry to show the value value of &quot;NF&quot; which can be seen as a constant or predefined variable. When you put a dollar sign in front of NF, you are saying give me the value of the NF&#039;th variable.

Yeah, reCaptcha is _awesome_ I was getting 100 spam a day before...</description>
		<content:encoded><![CDATA[<p>Josiah,</p>
<p>Thanks for the comment! Very much appreciated.</p>
<p>I did not use a dollar sign in front of that entry to show the value value of &#8220;NF&#8221; which can be seen as a constant or predefined variable. When you put a dollar sign in front of NF, you are saying give me the value of the NF&#8217;th variable.</p>
<p>Yeah, reCaptcha is _awesome_ I was getting 100 spam a day before&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josiah</title>
		<link>http://bashcurescancer.com/do-it-better-with-awk-1.html/comment-page-1#comment-1671</link>
		<dc:creator>Josiah</dc:creator>
		<pubDate>Sat, 12 Jan 2008 18:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/do-it-better-with-awk-1.html#comment-1671</guid>
		<description>In your entry, which I&#039;m going to keep around for reference (thanks) you wrote this. Does NF not need to have a $ in front of it  since it&#039;s a variable or is it just a typo? I&#039;m thinking typo since everywhere else it is as expected, but I thought it might be an awk oddity.

$ echo a b c d e f &#124; awk &#039;{print NF}&#039;

:-) I like the reCaptcha. I use it on my blog too. A great way to do something with an annoying necessity.</description>
		<content:encoded><![CDATA[<p>In your entry, which I&#8217;m going to keep around for reference (thanks) you wrote this. Does NF not need to have a $ in front of it  since it&#8217;s a variable or is it just a typo? I&#8217;m thinking typo since everywhere else it is as expected, but I thought it might be an awk oddity.</p>
<p>$ echo a b c d e f | awk &#8216;{print NF}&#8217;</p>
<p> <img src='http://bashcurescancer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I like the reCaptcha. I use it on my blog too. A great way to do something with an annoying necessity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do it better with awk 2</title>
		<link>http://bashcurescancer.com/do-it-better-with-awk-1.html/comment-page-1#comment-1642</link>
		<dc:creator>Do it better with awk 2</dc:creator>
		<pubDate>Sat, 12 Jan 2008 05:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/do-it-better-with-awk-1.html#comment-1642</guid>
		<description>[...] Note: The file format here is the same as in my earlier article Do it better with awk 1. [...]</description>
		<content:encoded><![CDATA[<p>[...] Note: The file format here is the same as in my earlier article Do it better with awk 1. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janne</title>
		<link>http://bashcurescancer.com/do-it-better-with-awk-1.html/comment-page-1#comment-1591</link>
		<dc:creator>Janne</dc:creator>
		<pubDate>Fri, 11 Jan 2008 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://bashcurescancer.com/do-it-better-with-awk-1.html#comment-1591</guid>
		<description>Cool - I&#039;ve frankly forgotten about awk (and sed) lately, though I used to use them quite a bit. Thanks for reminding me about a sometimes better way to do things!</description>
		<content:encoded><![CDATA[<p>Cool &#8211; I&#8217;ve frankly forgotten about awk (and sed) lately, though I used to use them quite a bit. Thanks for reminding me about a sometimes better way to do things!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.207 seconds -->

