<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: proceessing code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 06:04:45 GMT</pubDate>
    <description>DZone Snippets: proceessing code</description>
    <item>
      <title>processing columns</title>
      <link>http://snippets.dzone.com/posts/show/2683</link>
      <description>print the first column, delimited by space &lt;br /&gt;&lt;code&gt;&lt;br /&gt;nawk -Fc '{print $1}' test.txt&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;print the second column, delimited by : &lt;br /&gt;&lt;code&gt;&lt;br /&gt;nawk -F: '{print $2}' test.txt&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;</description>
      <pubDate>Sat, 23 Sep 2006 17:57:56 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2683</guid>
      <author>nevadalife (nevada)</author>
    </item>
  </channel>
</rss>
