<?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: Export a bash function as command</title>
	<atom:link href="http://www.techpulp.com/blog/2008/10/export-a-bash-function-as-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techpulp.com/blog/2008/10/export-a-bash-function-as-command/</link>
	<description>The pulp of technology</description>
	<lastBuildDate>Sat, 12 May 2012 22:10:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Robert Klemme</title>
		<link>http://www.techpulp.com/blog/2008/10/export-a-bash-function-as-command/#comment-311</link>
		<dc:creator>Robert Klemme</dc:creator>
		<pubDate>Wed, 14 Mar 2012 11:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=76#comment-311</guid>
		<description>Nice trick!

Just a nitpick: you are making the function overly complicated.  This does as well:

isdir() {
  echo &quot;REQ isdir $1&quot;
  test -d &quot;$1&quot;
}</description>
		<content:encoded><![CDATA[<p>Nice trick!</p>
<p>Just a nitpick: you are making the function overly complicated.  This does as well:</p>
<p>isdir() {<br />
  echo &#8220;REQ isdir $1&#8243;<br />
  test -d &#8220;$1&#8243;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

