<?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: How to Use echo Command in Bash Scripts in Linux	</title>
	<atom:link href="https://www.ubuntumint.com/use-echo-in-bash-script/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/use-echo-in-bash-script/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Fri, 25 Aug 2023 03:51:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Walt		</title>
		<link>https://www.ubuntumint.com/use-echo-in-bash-script/#comment-924</link>

		<dc:creator><![CDATA[Walt]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 20:26:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1966#comment-924</guid>

					<description><![CDATA[&quot;Carriage Return(\r) – Removes everything that comes before &lt;strong&gt;\r&lt;/strong&gt; and prints only what is after &lt;strong&gt;\r&lt;/strong&gt;.&quot;

This is incorrect.  It actually prints everything but the &lt;strong&gt;\r&lt;/strong&gt; causes the output to reset the carriage (the cursor) to its home position (column 0) before continuing the output.

If you use
&lt;pre&gt;
$ echo -e &quot;Welcome to \r Tips&quot; 
&lt;/pre&gt;
you will see the difference.]]></description>
			<content:encoded><![CDATA[<p>&#8220;Carriage Return(\r) – Removes everything that comes before <strong>\r</strong> and prints only what is after <strong>\r</strong>.&#8221;</p>
<p>This is incorrect.  It actually prints everything but the <strong>\r</strong> causes the output to reset the carriage (the cursor) to its home position (column 0) before continuing the output.</p>
<p>If you use</p>
<pre>
$ echo -e "Welcome to \r Tips" 
</pre>
<p>you will see the difference.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: M Clasquin		</title>
		<link>https://www.ubuntumint.com/use-echo-in-bash-script/#comment-607</link>

		<dc:creator><![CDATA[M Clasquin]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 11:12:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1966#comment-607</guid>

					<description><![CDATA[Why the two versions? In case you use a different shell, perhaps?]]></description>
			<content:encoded><![CDATA[<p>Why the two versions? In case you use a different shell, perhaps?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
