<?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: Ehh, What The Hell</title>
	<atom:link href="http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mlissner</title>
		<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/#comment-4220</link>
		<dc:creator>mlissner</dc:creator>
		<pubDate>Thu, 17 Apr 2008 07:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=615#comment-4220</guid>
		<description>A more important thing to note is you can nest $(). You cannot nest back ticks.</description>
		<content:encoded><![CDATA[<p>A more important thing to note is you can nest $(). You cannot nest back ticks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Paul Robertson</title>
		<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/#comment-4214</link>
		<dc:creator>Scott Paul Robertson</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=615#comment-4214</guid>
		<description>So I agree with using $() on principle, but as far as I can tell it doesn&#039;t actually work in this command.</description>
		<content:encoded><![CDATA[<p>So I agree with using $() on principle, but as far as I can tell it doesn&#8217;t actually work in this command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo</title>
		<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/#comment-4209</link>
		<dc:creator>Leonardo</dc:creator>
		<pubDate>Sun, 13 Apr 2008 23:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=615#comment-4209</guid>
		<description>Personally, I have no problem telling the character apart, and since I usually edit scripts in Vim, the syntax highlighting finishes making it a non-problem.

In fact, given I think $() clutters things up even more.
But that&#039;s just me. We seem to dissent, but at least we would agree that readability is an  important quest :)</description>
		<content:encoded><![CDATA[<p>Personally, I have no problem telling the character apart, and since I usually edit scripts in Vim, the syntax highlighting finishes making it a non-problem.</p>
<p>In fact, given I think $() clutters things up even more.<br />
But that&#8217;s just me. We seem to dissent, but at least we would agree that readability is an  important quest <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christer Edwards</title>
		<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/#comment-4202</link>
		<dc:creator>Christer Edwards</dc:creator>
		<pubDate>Fri, 11 Apr 2008 02:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=615#comment-4202</guid>
		<description>@Tormod - I&#039;m familiar with awk using single-quotes as part of its normal operation, but the shell history code that I copy-pasted from the previous sites was using back-ticks, which I replaced with $().

The reason I actually did it was that a copy-paste from the blog didn&#039;t work as the  back-ticks were improperly translated between blog and shell.</description>
		<content:encoded><![CDATA[<p>@Tormod &#8211; I&#8217;m familiar with awk using single-quotes as part of its normal operation, but the shell history code that I copy-pasted from the previous sites was using back-ticks, which I replaced with $().</p>
<p>The reason I actually did it was that a copy-paste from the blog didn&#8217;t work as the  back-ticks were improperly translated between blog and shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tormod</title>
		<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/#comment-4201</link>
		<dc:creator>Tormod</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=615#comment-4201</guid>
		<description>Erm... you got that all wrong. $() is equivalent to a pair of backticks (`). awk scripts are often enclosed in single quotes (&#039;) to keep the shell from substituting for instance the $&#039;s used in the awk syntax.</description>
		<content:encoded><![CDATA[<p>Erm&#8230; you got that all wrong. $() is equivalent to a pair of backticks (`). awk scripts are often enclosed in single quotes (&#8216;) to keep the shell from substituting for instance the $&#8217;s used in the awk syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfger</title>
		<link>http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/#comment-4200</link>
		<dc:creator>Wolfger</dc:creator>
		<pubDate>Thu, 10 Apr 2008 18:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=615#comment-4200</guid>
		<description>Actually, I&#039;m having no problem telling what that is. You need a better font. :-)</description>
		<content:encoded><![CDATA[<p>Actually, I&#8217;m having no problem telling what that is. You need a better font. <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/6 queries in 0.003 seconds using disk: basic
Object Caching 273/274 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 15:49:25 -->
