<?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: Bourne/bash shell script functions</title>
	<atom:link href="http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Penton</title>
		<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/comment-page-1/#comment-15339</link>
		<dc:creator>Penton</dc:creator>
		<pubDate>Wed, 30 Sep 2009 07:21:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15339</guid>
		<description>You can use return to return the result generated within a function. Please read more about this within the following URL:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.faqs.org/docs/abs/HTML/functions.html&quot; rel=&quot;nofollow&quot;&gt;http://www.faqs.org/docs/abs/HTML/functions.html&lt;/a&gt;&lt;br&gt;(Example 23-3. Maximum of two numbers)</description>
		<content:encoded><![CDATA[<p>You can use return to return the result generated within a function. Please read more about this within the following URL:</p>
<p><a href="http://www.faqs.org/docs/abs/HTML/functions.html" rel="nofollow">http://www.faqs.org/docs/abs/HTML/functions.html</a><br />(Example 23-3. Maximum of two numbers)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neerajnandwana</title>
		<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/comment-page-1/#comment-15189</link>
		<dc:creator>neerajnandwana</dc:creator>
		<pubDate>Wed, 23 Sep 2009 03:46:18 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15189</guid>
		<description>i found some problem with this code &lt;br&gt;so i modified like this :)&lt;br&gt;&lt;br&gt;#!/bin/bash&lt;br&gt;sum()&lt;br&gt;{	&lt;br&gt;	if [ -z &quot;$2&quot; ]&lt;br&gt;	then &lt;br&gt;		echo &quot;sum: $1&quot;&lt;br&gt;	else &lt;br&gt;		local a=`expr $1 + $2`&lt;br&gt;		shift 2&lt;br&gt;		sum $a $@&lt;br&gt;	fi&lt;br&gt;}&lt;br&gt;sum 3 5 34</description>
		<content:encoded><![CDATA[<p>i found some problem with this code <br />so i modified like this :)</p>
<p>#!/bin/bash<br />sum()<br />{	<br />	if [ -z "$2" ]<br />	then <br />		echo &#8220;sum: $1&#8243;<br />	else <br />		local a=`expr $1 + $2`<br />		shift 2<br />		sum $a $@<br />	fi<br />}<br />sum 3 5 34</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaiju</title>
		<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/comment-page-1/#comment-13883</link>
		<dc:creator>vaiju</dc:creator>
		<pubDate>Thu, 30 Jul 2009 07:52:12 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13883</guid>
		<description>The article was very useful. Thanks a ton !!!</description>
		<content:encoded><![CDATA[<p>The article was very useful. Thanks a ton !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khushbu</title>
		<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/comment-page-1/#comment-5678</link>
		<dc:creator>Khushbu</dc:creator>
		<pubDate>Mon, 01 Dec 2008 04:06:52 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5678</guid>
		<description>wat will be the output of &lt;br&gt;[-z &quot;$2&quot;]; echo $;&lt;br&gt;sh amit</description>
		<content:encoded><![CDATA[<p>wat will be the output of <br />[-z "$2"]; echo $;<br />sh amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kishroe</title>
		<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/comment-page-1/#comment-5369</link>
		<dc:creator>kishroe</dc:creator>
		<pubDate>Fri, 21 Nov 2008 02:57:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5369</guid>
		<description>simple to understand and very good for bushing up the unix</description>
		<content:encoded><![CDATA[<p>simple to understand and very good for bushing up the unix</p>
]]></content:encoded>
	</item>
</channel>
</rss>
