<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech-Recipes &#187; csh shell scripting</title>
	<atom:link href="http://www.tech-recipes.com/category/computer-programming/unix-shell-scripting/csh-shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:13:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>csh/C Shell Scripts: for Loop Syntax</title>
		<link>http://www.tech-recipes.com/rx/315/cshc-shell-scripts-for-loop-syntax/</link>
		<comments>http://www.tech-recipes.com/rx/315/cshc-shell-scripts-for-loop-syntax/#comments</comments>
		<pubDate>Fri, 09 Jan 2004 23:28:08 +0000</pubDate>
		<dc:creator>Rex</dc:creator>
				<category><![CDATA[csh shell scripting]]></category>
		<category><![CDATA[csh shell]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A for loop allows a program to iterate over a set of values. For loops in a C shell script are a useful means of iterating through files or other lists. This recipe describes the for loop syntax and provides some examples.

The basic for loop syntax is as follows:
foreach var (list)
   commands;
end
The list [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/315/cshc-shell-scripts-for-loop-syntax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>csh/C shell scripts: if statement syntax</title>
		<link>http://www.tech-recipes.com/rx/314/cshc-shell-scripts-if-statement-syntax/</link>
		<comments>http://www.tech-recipes.com/rx/314/cshc-shell-scripts-if-statement-syntax/#comments</comments>
		<pubDate>Fri, 09 Jan 2004 23:13:51 +0000</pubDate>
		<dc:creator>Rex</dc:creator>
				<category><![CDATA[csh shell scripting]]></category>
		<category><![CDATA[csh shell]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Conditional expressions give programs life.  The ability to branch makes shell scripts powerful.  This recipe shows the basic if then else structure for csh, the C shell.

Basic if statement syntax:
if (condition) then
    commands
endif

The addition of one or more else keywords offers additional flexibility:
if (condition) then
    commands
else if [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/314/cshc-shell-scripts-if-statement-syntax/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/9 queries in 0.488 seconds using memcached
Object Caching 305/314 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 11:54:24 -->
