<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A couple of useful scripts</title>
	<atom:link href="http://blog.orenblog.org/2009/11/12/a-couple-of-useful-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orenblog.org/2009/11/12/a-couple-of-useful-scripts/</link>
	<description>This is where you say something clever</description>
	<lastBuildDate>Thu, 21 Jan 2010 15:48:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oren</title>
		<link>http://blog.orenblog.org/2009/11/12/a-couple-of-useful-scripts/#comment-902</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Thu, 12 Nov 2009 22:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orenblog.org/?p=2482#comment-902</guid>
		<description>And here&#039;s another one - this one outputs the first and last fields of every line (fields delimited by a space character). Useful for stripping middle names from the class list file.

&lt;code&gt;
 awk -F&quot; &quot; &#039;{print $1, $NF}&#039;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>And here&#8217;s another one &#8211; this one outputs the first and last fields of every line (fields delimited by a space character). Useful for stripping middle names from the class list file.</p>
<p><code><br />
 awk -F" " '{print $1, $NF}'<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
