<?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: bash shell script iterate through array values</title>
	<atom:link href="http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tuxsax</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-15353</link>
		<dc:creator>tuxsax</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:19:01 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15353</guid>
		<description>I had a similar problem until I realized that the file I was working on was created on Windows too.&lt;br&gt;I fixed it with:&lt;br&gt;sed -i &#039;s/r$//&#039; &lt;file&gt;</description>
		<content:encoded><![CDATA[<p>I had a similar problem until I realized that the file I was working on was created on Windows too.<br />I fixed it with:<br />sed -i &#39;s/r$//&#39; &lt;file&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kool</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-11081</link>
		<dc:creator>kool</dc:creator>
		<pubDate>Wed, 06 May 2009 04:53:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11081</guid>
		<description>thnx a lot pal &lt;br&gt;I owe u 5 marks of my final exam &lt;br&gt;:)</description>
		<content:encoded><![CDATA[<p>thnx a lot pal <br />I owe u 5 marks of my final exam <br />:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olly</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-8864</link>
		<dc:creator>Olly</dc:creator>
		<pubDate>Wed, 25 Feb 2009 10:38:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8864</guid>
		<description>Thank you very much for this snipped - just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this snipped &#8211; just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mati</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-8839</link>
		<dc:creator>mati</dc:creator>
		<pubDate>Tue, 24 Feb 2009 21:02:43 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8839</guid>
		<description>if you really have to use windows, then cygwin is your salvation.</description>
		<content:encoded><![CDATA[<p>if you really have to use windows, then cygwin is your salvation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesDS</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-8375</link>
		<dc:creator>JamesDS</dc:creator>
		<pubDate>Wed, 11 Feb 2009 14:32:08 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8375</guid>
		<description>ah, just what I was looking for - perfect, thanks!</description>
		<content:encoded><![CDATA[<p>ah, just what I was looking for &#8211; perfect, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobbyC</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-8188</link>
		<dc:creator>RobbyC</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:03:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8188</guid>
		<description>The reason for this error is that the control character sequence used by DOS (Windows, rn) is different from the sequnce used by UNIX (*NIX, n)</description>
		<content:encoded><![CDATA[<p>The reason for this error is that the control character sequence used by DOS (Windows, rn) is different from the sequnce used by UNIX (*NIX, n)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fakeer</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/comment-page-1/#comment-5499</link>
		<dc:creator>Fakeer</dc:creator>
		<pubDate>Tue, 25 Nov 2008 15:48:30 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5499</guid>
		<description>all kinds of errors will popup if you write this (or any) script on windows. i was almost giving up when i realised i had written it on notepad and saved on the linux box over samba. use dostounix &lt;scriptfile&gt; to fix the format.</description>
		<content:encoded><![CDATA[<p>all kinds of errors will popup if you write this (or any) script on windows. i was almost giving up when i realised i had written it on notepad and saved on the linux box over samba. use dostounix &lt;scriptfile&gt; to fix the format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
