<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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编程中的数组定义、遍历	</title>
	<atom:link href="https://www.coder4.com/archives/3853/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com/archives/3853</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 22 Feb 2017 12:45:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: coder4		</title>
		<link>https://www.coder4.com/archives/3853#comment-1351</link>

		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 13 Oct 2016 04:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3853#comment-1351</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.coder4.com/archives/3853#comment-1350&quot;&gt;Anonymous&lt;/a&gt;.

==]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.coder4.com/archives/3853#comment-1350">Anonymous</a>.</p>
<p>==</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.coder4.com/archives/3853#comment-1350</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 12 Oct 2016 02:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3853#comment-1350</guid>

					<description><![CDATA[赤文大大，今天正好查个shell语法，在百度搜“shell 数组遍历”第一个就是你的博客，简直太神奇！

ps：我是chuiyi]]></description>
			<content:encoded><![CDATA[<p>赤文大大，今天正好查个shell语法，在百度搜“shell 数组遍历”第一个就是你的博客，简直太神奇！</p>
<p>ps：我是chuiyi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.coder4.com/archives/3853#comment-1300</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 18 May 2015 03:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3853#comment-1300</guid>

					<description><![CDATA[&lt;strong&gt;=&lt;/strong&gt;]]></description>
			<content:encoded><![CDATA[<p><strong>=</strong></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: waytofall		</title>
		<link>https://www.coder4.com/archives/3853#comment-1272</link>

		<dc:creator><![CDATA[waytofall]]></dc:creator>
		<pubDate>Thu, 23 Oct 2014 14:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3853#comment-1272</guid>

					<description><![CDATA[for var in ${ arr[@] };
do
echo $var
done

应该是

for var in ${arr[@]};
do
echo $var
done

${arr[@]}有空格就不对了貌似]]></description>
			<content:encoded><![CDATA[<p>for var in ${ arr[@] };<br />
do<br />
echo $var<br />
done</p>
<p>应该是</p>
<p>for var in ${arr[@]};<br />
do<br />
echo $var<br />
done</p>
<p>${arr[@]}有空格就不对了貌似</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
