<?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: Using paste to create columns from input data</title>
	<atom:link href="http://prefetch.net/blog/index.php/2009/03/14/creating-columns-from-input-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog/index.php/2009/03/14/creating-columns-from-input-data/</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Fri, 04 May 2012 19:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Paul</title>
		<link>http://prefetch.net/blog/index.php/2009/03/14/creating-columns-from-input-data/comment-page-1/#comment-699391</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 17 Mar 2009 15:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=1103#comment-699391</guid>
		<description>In the same vein -- xargs -n.  Following your example:

&lt;code&gt;ls &#124; xargs -n 3 echo&lt;/code&gt;

for more columns, change the &lt;code&gt;-n&lt;/code&gt; argument</description>
		<content:encoded><![CDATA[<p>In the same vein &#8212; xargs -n.  Following your example:</p>
<p><code>ls | xargs -n 3 echo</code></p>
<p>for more columns, change the <code>-n</code> argument</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://prefetch.net/blog/index.php/2009/03/14/creating-columns-from-input-data/comment-page-1/#comment-697157</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 16 Mar 2009 12:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://prefetch.net/blog/?p=1103#comment-697157</guid>
		<description>I&#039;m also a fan of column -t</description>
		<content:encoded><![CDATA[<p>I&#8217;m also a fan of column -t</p>
]]></content:encoded>
	</item>
</channel>
</rss>

