<?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 Variables</title>
	<atom:link href="http://www.thenumber42.net/2006/08/17/bash-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenumber42.net/2006/08/17/bash-variables/</link>
	<description>Mostly about software testing, but a little bit about life, the universe, and everything</description>
	<lastBuildDate>Thu, 05 Nov 2009 18:13:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Linux Code and More &#187; Blog Archive &#187; Bash Variables</title>
		<link>http://www.thenumber42.net/2006/08/17/bash-variables/comment-page-1/#comment-2</link>
		<dc:creator>Linux Code and More &#187; Blog Archive &#187; Bash Variables</dc:creator>
		<pubDate>Sat, 10 Nov 2007 04:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thenumber42.net/2006/08/17/bash-variables/#comment-2</guid>
		<description>[...] A.P. Lawrence (mailto:rssfeeds@aplawrence.com) wrote an interesting post today onHere&#8217;s a quick excerpt Character Definition $* Expands to the positional parameters, starting from one. When the expansion occurs within double quotes, it expands to a single word with the value of each parameter separated by the first character of the IFS special variable. $@ Expands to the positional parameters, starting from one [...]</description>
		<content:encoded><![CDATA[<p>[...] A.P. Lawrence (mailto:%72%73%73%66%65%65%64%73%40%61%70%6C%61%77%72%65%6E%63%65%2E%63%6F%6D) wrote an interesting post today onHere&#8217;s a quick excerpt Character Definition $* Expands to the positional parameters, starting from one. When the expansion occurs within double quotes, it expands to a single word with the value of each parameter separated by the first character of the IFS special variable. $@ Expands to the positional parameters, starting from one [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

