<?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: Nested Variable Substitution and Predefined BASH Variables in Linux &#8211; Part 11	</title>
	<atom:link href="https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 30 Aug 2018 21:45:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-1029981</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Thu, 30 Aug 2018 21:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7538#comment-1029981</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-198935&quot;&gt;Avishek Kumar&lt;/a&gt;.

&quot;What in case of multiple variable substitution, where we are dealing with lots of variable and 100’s of lines of code???&quot;

Unfortunately you did not provide an example of multiple variables.  How are we newbies to learn if we are shown only the most basic usage?

Doesn&#039;t the &lt;code&gt;&#039;-x&#039;&lt;/code&gt; switch mean EXPORTABLE, not Executable as explained in Part 10 of these series?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-198935">Avishek Kumar</a>.</p>
<p>&#8220;What in case of multiple variable substitution, where we are dealing with lots of variable and 100’s of lines of code???&#8221;</p>
<p>Unfortunately you did not provide an example of multiple variables.  How are we newbies to learn if we are shown only the most basic usage?</p>
<p>Doesn&#8217;t the <code>'-x'</code> switch mean EXPORTABLE, not Executable as explained in Part 10 of these series?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: buge		</title>
		<link>https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-442037</link>

		<dc:creator><![CDATA[buge]]></dc:creator>
		<pubDate>Sat, 03 Jan 2015 20:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7538#comment-442037</guid>

					<description><![CDATA[echo ${!y}]]></description>
			<content:encoded><![CDATA[<p>echo ${!y}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Avishek Kumar		</title>
		<link>https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-198935</link>

		<dc:creator><![CDATA[Avishek Kumar]]></dc:creator>
		<pubDate>Mon, 23 Jun 2014 07:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7538#comment-198935</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-196139&quot;&gt;Igor&lt;/a&gt;.

Thanks for your feedback.

But Let me know - What in case of multiple variable substitution, where we are dealing with lots of variable and 100&#039;s of lines of code???
&#039;eval&#039; command comes to rescue there.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-196139">Igor</a>.</p>
<p>Thanks for your feedback.</p>
<p>But Let me know &#8211; What in case of multiple variable substitution, where we are dealing with lots of variable and 100&#8217;s of lines of code???<br />
&#8216;eval&#8217; command comes to rescue there.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Igor		</title>
		<link>https://www.tecmint.com/nested-variable-substitution-in-linux-scripting/comment-page-1/#comment-196139</link>

		<dc:creator><![CDATA[Igor]]></dc:creator>
		<pubDate>Thu, 19 Jun 2014 15:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7538#comment-196139</guid>

					<description><![CDATA[You don&#039;t need to use eval to assign value of x to y.
You will get the same output using
y=$x]]></description>
			<content:encoded><![CDATA[<p>You don&#8217;t need to use eval to assign value of x to y.<br />
You will get the same output using<br />
y=$x</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
