<?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: Link collection 2009/03</title>
	<atom:link href="http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/</link>
	<description>Sven's occasional log</description>
	<lastBuildDate>Wed, 02 Jun 2010 19:58:31 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sven</title>
		<link>http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/comment-page-1/#comment-2598</link>
		<dc:creator>sven</dc:creator>
		<pubDate>Tue, 31 Mar 2009 19:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.incase.de/?p=71#comment-2598</guid>
		<description>Yep, indentation was eaten. Anyway, your approach works fine as long as you have control over how the commandline arguments are processed. But at times you just want to leave the pre-existing commandline parsing alone or even use some sort of library function for this. In that case, your approach won&#039;t work. But it is a really nice idea for own scripts that are fully under ones control. Thanks for sharing the idea.</description>
		<content:encoded><![CDATA[<p>Yep, indentation was eaten. Anyway, your approach works fine as long as you have control over how the commandline arguments are processed. But at times you just want to leave the pre-existing commandline parsing alone or even use some sort of library function for this. In that case, your approach won&#8217;t work. But it is a really nice idea for own scripts that are fully under ones control. Thanks for sharing the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/comment-page-1/#comment-2597</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 31 Mar 2009 19:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.incase.de/?p=71#comment-2597</guid>
		<description>Hi,
the link to the lost+found article is broken. It also points to Seans blog entry.
Regards,
Patrick</description>
		<content:encoded><![CDATA[<p>Hi,<br />
the link to the lost+found article is broken. It also points to Seans blog entry.<br />
Regards,<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/comment-page-1/#comment-2596</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.incase.de/?p=71#comment-2596</guid>
		<description>OK, the indentation got eaten, but otherwise that came through fine.  Anyway, the above approach works with any whitespace or strange symbols you want to put into the parameters, without having to escape them.</description>
		<content:encoded><![CDATA[<p>OK, the indentation got eaten, but otherwise that came through fine.  Anyway, the above approach works with any whitespace or strange symbols you want to put into the parameters, without having to escape them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/comment-page-1/#comment-2595</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.incase.de/?p=71#comment-2595</guid>
		<description>Regarding the approach to saving and restoring parameters, a much easier solution (which hopefully won&#039;t get mangled in this comment):

echo Original $# arguments: &quot;$@&quot;

echo Processing arguments one at a time...
n=$#
set &quot;$@&quot; &quot;$@&quot;
while [ &quot;$#&quot; -gt &quot;$n&quot; ]; do
    echo Processing argument &quot;$1&quot;
    shift
done

echo Back to the original $# arguments: &quot;$@&quot;</description>
		<content:encoded><![CDATA[<p>Regarding the approach to saving and restoring parameters, a much easier solution (which hopefully won&#8217;t get mangled in this comment):</p>
<p>echo Original $# arguments: &#8220;$@&#8221;</p>
<p>echo Processing arguments one at a time&#8230;<br />
n=$#<br />
set &#8220;$@&#8221; &#8220;$@&#8221;<br />
while [ "$#" -gt "$n" ]; do<br />
    echo Processing argument &#8220;$1&#8243;<br />
    shift<br />
done</p>
<p>echo Back to the original $# arguments: &#8220;$@&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cuetzpallin</title>
		<link>http://blog.incase.de/index.php/2009/03/31/link-collection-2009-03/comment-page-1/#comment-2594</link>
		<dc:creator>Cuetzpallin</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.incase.de/?p=71#comment-2594</guid>
		<description>Nice and useful links, thanks for your share</description>
		<content:encoded><![CDATA[<p>Nice and useful links, thanks for your share</p>
]]></content:encoded>
	</item>
</channel>
</rss>
