<?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: Echo or Cat Multiple Lines or Paragraph of Text from within a Shell Script</title>
	<atom:link href="http://www.thelinuxdaily.com/2010/05/echo-or-cat-multiple-lines-or-paragraph-of-text-from-within-a-shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxdaily.com/2010/05/echo-or-cat-multiple-lines-or-paragraph-of-text-from-within-a-shell-script/</link>
	<description>Tutorials, Guides, Tips, and Tricks from Everyday Experiences</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Derek@TheDailyLinux</title>
		<link>http://www.thelinuxdaily.com/2010/05/echo-or-cat-multiple-lines-or-paragraph-of-text-from-within-a-shell-script/#comment-876</link>
		<dc:creator>Derek@TheDailyLinux</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1795#comment-876</guid>
		<description>When I said &quot;efficient&quot;, I more so meant it from a script writing perspective rather than performance.  There have been cases where I&#039;ve run across a situation where &lt;code&gt;cat&lt;/code&gt; was more efficient to write than &lt;code&gt;echo&lt;/code&gt;.  Thanks for the feedback.  I&#039;ll have to pay better attention in future scripts.</description>
		<content:encoded><![CDATA[<p>When I said &#8220;efficient&#8221;, I more so meant it from a script writing perspective rather than performance.  There have been cases where I&#8217;ve run across a situation where <code>cat</code> was more efficient to write than <code>echo</code>.  Thanks for the feedback.  I&#8217;ll have to pay better attention in future scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukasz</title>
		<link>http://www.thelinuxdaily.com/2010/05/echo-or-cat-multiple-lines-or-paragraph-of-text-from-within-a-shell-script/#comment-875</link>
		<dc:creator>Lukasz</dc:creator>
		<pubDate>Fri, 20 Jan 2012 13:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1795#comment-875</guid>
		<description>I do not agree that using the external command &#039;cat&#039; is &quot;much more efficient&quot; as you said than using the bash built-in command &#039;echo&#039;. To use the &#039;cat&#039; a new process is created what costs much more time that calling the internal bash function to echo a string.</description>
		<content:encoded><![CDATA[<p>I do not agree that using the external command &#8216;cat&#8217; is &#8220;much more efficient&#8221; as you said than using the bash built-in command &#8216;echo&#8217;. To use the &#8216;cat&#8217; a new process is created what costs much more time that calling the internal bash function to echo a string.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

