<?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: 4 Bash If Statement Examples ( If then fi, If then else fi, If elif else fi, Nested if )</title>
	<atom:link href="http://www.thegeekstuff.com/2010/06/bash-if-statement-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2010/06/bash-if-statement-examples/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 5 Bash Case Statement Examples</title>
		<link>http://www.thegeekstuff.com/2010/06/bash-if-statement-examples/comment-page-1/#comment-53742</link>
		<dc:creator>5 Bash Case Statement Examples</dc:creator>
		<pubDate>Tue, 13 Jul 2010 06:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4978#comment-53742</guid>
		<description>[...] The case construct in bash shell allows us to test strings against patterns that can contain wild card characters. Bash case statement is the simplest form of the bash if-then-else statement. [...]</description>
		<content:encoded><![CDATA[<p>[...] The case construct in bash shell allows us to test strings against patterns that can contain wild card characters. Bash case statement is the simplest form of the bash if-then-else statement. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geeky Wrap-up: Week of Jun 21, 2010</title>
		<link>http://www.thegeekstuff.com/2010/06/bash-if-statement-examples/comment-page-1/#comment-51228</link>
		<dc:creator>Geeky Wrap-up: Week of Jun 21, 2010</dc:creator>
		<pubDate>Sat, 26 Jun 2010 06:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4978#comment-51228</guid>
		<description>[...] 4 Bash If Statement Examples ( If then fi, If then else fi, If elif else fi, Nested if )  6 Bash Conditional Expression Examples ( -e, -eq, -z, !=, [, [[ ..) [...]</description>
		<content:encoded><![CDATA[<p>[...] 4 Bash If Statement Examples ( If then fi, If then else fi, If elif else fi, Nested if )  6 Bash Conditional Expression Examples ( -e, -eq, -z, !=, [, [[ ..) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris F.A. Johnson</title>
		<link>http://www.thegeekstuff.com/2010/06/bash-if-statement-examples/comment-page-1/#comment-50737</link>
		<dc:creator>Chris F.A. Johnson</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4978#comment-50737</guid>
		<description>The correct description of an if statement is:

if 
then
  ....

 can be any command or list of commands, not just test (a.k.a. &#039;[&#039; )

if grep date ~/.bashrc
then
   :
fi

if</description>
		<content:encoded><![CDATA[<p>The correct description of an if statement is:</p>
<p>if<br />
then<br />
  &#8230;.</p>
<p> can be any command or list of commands, not just test (a.k.a. &#8216;[&#8216; )</p>
<p>if grep date ~/.bashrc<br />
then<br />
   :<br />
fi</p>
<p>if</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 Bash Conditional Expression Examples ( -e, -eq, -z, !=, [, [[ ..)</title>
		<link>http://www.thegeekstuff.com/2010/06/bash-if-statement-examples/comment-page-1/#comment-50667</link>
		<dc:creator>6 Bash Conditional Expression Examples ( -e, -eq, -z, !=, [, [[ ..)</dc:creator>
		<pubDate>Mon, 21 Jun 2010 06:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4978#comment-50667</guid>
		<description>[...] Refer to our previous article to understand the various bash if statement types. [...]</description>
		<content:encoded><![CDATA[<p>[...] Refer to our previous article to understand the various bash if statement types. [...]</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: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 12:10:20 -->
