<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Learning the bash shell, third look	</title>
	<atom:link href="https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/</link>
	<description></description>
	<lastBuildDate>Sun, 31 May 2009 04:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.6</generator>
	<item>
		<title>
		By: seks		</title>
		<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/#comment-536084</link>

		<dc:creator><![CDATA[seks]]></dc:creator>
		<pubDate>Sun, 31 May 2009 04:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/05/30/learning-the-bash-shell-third-1/#comment-536084</guid>

					<description><![CDATA[Researchers at Duke University have concluded that monkeys don&#039;t respond solely to direct punishment or rewards for their actions. They can, according to the scientists, actually adjust future behavior when shown the reward or punishment they would have received had they chosen to behave differently.]]></description>
			<content:encoded><![CDATA[<p>Researchers at Duke University have concluded that monkeys don&#8217;t respond solely to direct punishment or rewards for their actions. They can, according to the scientists, actually adjust future behavior when shown the reward or punishment they would have received had they chosen to behave differently.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 386sx		</title>
		<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/#comment-536083</link>

		<dc:creator><![CDATA[386sx]]></dc:creator>
		<pubDate>Sat, 30 May 2009 23:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/05/30/learning-the-bash-shell-third-1/#comment-536083</guid>

					<description><![CDATA[Allegedly they&#039;re working on a power shell for linux too. I&#039;d like to use linux all the time and the first thing I do is download cygwin. A lot of people are probably in the same boat too.]]></description>
			<content:encoded><![CDATA[<p>Allegedly they&#8217;re working on a power shell for linux too. I&#8217;d like to use linux all the time and the first thing I do is download cygwin. A lot of people are probably in the same boat too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 386sx		</title>
		<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/#comment-536082</link>

		<dc:creator><![CDATA[386sx]]></dc:creator>
		<pubDate>Sat, 30 May 2009 23:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/05/30/learning-the-bash-shell-third-1/#comment-536082</guid>

					<description><![CDATA[I&#039;m only kidding, by the way...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m only kidding, by the way&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 386sx		</title>
		<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/#comment-536081</link>

		<dc:creator><![CDATA[386sx]]></dc:creator>
		<pubDate>Sat, 30 May 2009 23:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/05/30/learning-the-bash-shell-third-1/#comment-536081</guid>

					<description><![CDATA[But can it return real objects like the Windows power shell can? Instead of just text?]]></description>
			<content:encoded><![CDATA[<p>But can it return real objects like the Windows power shell can? Instead of just text?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/#comment-536080</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Sat, 30 May 2009 22:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/05/30/learning-the-bash-shell-third-1/#comment-536080</guid>

					<description><![CDATA[They are the same ... $() is the posix form and `` is only for backwards compatability, or so it says in the GNU bash manual and some other references.  ]]></description>
			<content:encoded><![CDATA[<p>They are the same &#8230; $() is the posix form and &#8220; is only for backwards compatability, or so it says in the GNU bash manual and some other references.  </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason Thibeault		</title>
		<link>https://gregladen.com/blog/2009/05/30/learning-the-bash-shell-third-1/#comment-536079</link>

		<dc:creator><![CDATA[Jason Thibeault]]></dc:creator>
		<pubDate>Sat, 30 May 2009 21:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2009/05/30/learning-the-bash-shell-third-1/#comment-536079</guid>

					<description><![CDATA[I don&#039;t know if it&#039;s a stylistic thing, but I&#039;ve always used backticks (`) to enclose command results to be passed to other commands.  This is the first I&#039;ve heard of $(command), and I&#039;m playing with both now to see if there are any quantitative differences.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if it&#8217;s a stylistic thing, but I&#8217;ve always used backticks (`) to enclose command results to be passed to other commands.  This is the first I&#8217;ve heard of $(command), and I&#8217;m playing with both now to see if there are any quantitative differences.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
