<?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: 10 Useful Tips for Writing Effective Bash Scripts in Linux	</title>
	<atom:link href="https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 23 May 2017 09:41:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-891623</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 23 May 2017 09:41:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25666#comment-891623</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-891082&quot;&gt;LinuxHostSupport&lt;/a&gt;.

@LinuxHostSupport

Absolutely correct.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-891082">LinuxHostSupport</a>.</p>
<p>@LinuxHostSupport</p>
<p>Absolutely correct.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-891325</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 22 May 2017 06:10:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25666#comment-891325</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-890868&quot;&gt;Mike Will&lt;/a&gt;.

@Mike

There is really no significant difference, but &lt;code&gt;&quot;==&quot;&lt;/code&gt; is applicable to bash only. The POSIX form is &lt;code&gt;&quot;=&quot;&lt;/code&gt;. If portability to non-bash shells is important, then use &lt;code&gt;&quot;=&quot;&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-890868">Mike Will</a>.</p>
<p>@Mike</p>
<p>There is really no significant difference, but <code>"=="</code> is applicable to bash only. The POSIX form is <code>"="</code>. If portability to non-bash shells is important, then use <code>"="</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: LinuxHostSupport		</title>
		<link>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-891082</link>

		<dc:creator><![CDATA[LinuxHostSupport]]></dc:creator>
		<pubDate>Sun, 21 May 2017 05:59:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25666#comment-891082</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-890868&quot;&gt;Mike Will&lt;/a&gt;.

There is no advantage or disadvantage, in bash &lt;code&gt;==&lt;/code&gt; is identical to &lt;code&gt;=&lt;/code&gt; for string comparisons.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-890868">Mike Will</a>.</p>
<p>There is no advantage or disadvantage, in bash <code>==</code> is identical to <code>=</code> for string comparisons.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike Will		</title>
		<link>https://www.tecmint.com/useful-tips-for-writing-bash-scripts-in-linux/comment-page-1/#comment-890868</link>

		<dc:creator><![CDATA[Mike Will]]></dc:creator>
		<pubDate>Fri, 19 May 2017 23:56:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25666#comment-890868</guid>

					<description><![CDATA[I don&#039;t agree with using single &#039;&#039;=&quot; in string comparison. What is the advantage?]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t agree with using single &#8221;=&#8221; in string comparison. What is the advantage?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
