<?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: shell split</title>
	<atom:link href="http://meat.net/2007/08/shell-split/feed/" rel="self" type="application/rss+xml" />
	<link>http://meat.net/2007/08/shell-split/</link>
	<description>a blog</description>
	<lastBuildDate>Sun, 18 Oct 2009 16:32:23 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew</title>
		<link>http://meat.net/2007/08/shell-split/comment-page-1/#comment-4982</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 27 Aug 2007 18:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://meat.net/2007/08/shell-split/#comment-4982</guid>
		<description>It doesn&#039;t work for me either in an interactive bash session. However, it works just fine on Solaris /bin/sh:

 #!/bin/sh
 IFS=.
 set 1.2.3.4
 echo &quot;$1 - $2 - $3 - $4&quot;</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work for me either in an interactive bash session. However, it works just fine on Solaris /bin/sh:</p>
<p> #!/bin/sh<br />
 IFS=.<br />
 set 1.2.3.4<br />
 echo &#8220;$1 &#8211; $2 &#8211; $3 &#8211; $4&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Howard</title>
		<link>http://meat.net/2007/08/shell-split/comment-page-1/#comment-4980</link>
		<dc:creator>Danny Howard</dc:creator>
		<pubDate>Fri, 24 Aug 2007 00:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://meat.net/2007/08/shell-split/#comment-4980</guid>
		<description>Hrmmm.

&lt;code&gt;
$ IFS=. set 10.20.30.40
$ echo $2

$ IFS=.
$ set 10.20.30.40
$ echo $2

$ echo $1
10 20 30 40
&lt;/code&gt;

Did I miss something or are you running bash? :)

-danny</description>
		<content:encoded><![CDATA[<p>Hrmmm.</p>
<p><code><br />
$ IFS=. set 10.20.30.40<br />
$ echo $2</p>
<p>$ IFS=.<br />
$ set 10.20.30.40<br />
$ echo $2</p>
<p>$ echo $1<br />
10 20 30 40<br />
</code></p>
<p>Did I miss something or are you running bash? :)</p>
<p>-danny</p>
]]></content:encoded>
	</item>
</channel>
</rss>
