<?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: Increasing command line productivity in the bash shell PT: II</title>
	<atom:link href="http://www.digitalprognosis.com/linuxtips/increasing-command-line-productivity-in-the-bash-shell-pt-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalprognosis.com/linuxtips/increasing-command-line-productivity-in-the-bash-shell-pt-ii/</link>
	<description>Unix and Linux Systems Administration from the trenches… by Jeff Schroeder</description>
	<lastBuildDate>Fri, 20 Aug 2010 05:24:35 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.digitalprognosis.com/linuxtips/increasing-command-line-productivity-in-the-bash-shell-pt-ii/comment-page-1/#comment-257</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 17 Jul 2008 12:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://digitalprognosis.com/linuxtips/?p=16#comment-257</guid>
		<description>From this post, &quot;${parameter:-word} 	Substitute word if parameter is null or non-set. Otherwise, use $parameter as normal.&quot;

You bring up a good point, but I already said the same thing :)</description>
		<content:encoded><![CDATA[<p>From this post, &#8220;${parameter:-word} 	Substitute word if parameter is null or non-set. Otherwise, use $parameter as normal.&#8221;</p>
<p>You bring up a good point, but I already said the same thing :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasta Freak</title>
		<link>http://www.digitalprognosis.com/linuxtips/increasing-command-line-productivity-in-the-bash-shell-pt-ii/comment-page-1/#comment-256</link>
		<dc:creator>Rasta Freak</dc:creator>
		<pubDate>Thu, 17 Jul 2008 10:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://digitalprognosis.com/linuxtips/?p=16#comment-256</guid>
		<description>Nice tips, Jeff. I&#039;d like to see more of this :)
Anyway, just one note:

when using parameter substitution (:-, :+, :=), i think that one more thing needs to be said: if you use it with &quot;:&quot; sign (:-, :+, :=) then it checks if parameter is unset (set)  OR null (if var is set to NULL value, var is considered unset). If you use it without &quot;:&quot; character (-,+,=), it checks only if parameter is set (unset) (if var is set to NULL value, var is considered set).</description>
		<content:encoded><![CDATA[<p>Nice tips, Jeff. I&#8217;d like to see more of this :)<br />
Anyway, just one note:</p>
<p>when using parameter substitution (:-, :+, :=), i think that one more thing needs to be said: if you use it with &#8220;:&#8221; sign (:-, :+, :=) then it checks if parameter is unset (set)  OR null (if var is set to NULL value, var is considered unset). If you use it without &#8220;:&#8221; character (-,+,=), it checks only if parameter is set (unset) (if var is set to NULL value, var is considered set).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
