<?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; UNIX shell scripting</title>
	<atom:link href="http://www.tech-recipes.com/category/computer-programming/unix-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>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A simple script that waits for a process to complete and then executes a command</title>
		<link>http://www.tech-recipes.com/rx/2275/a_simple_script_that_waits_for_a_process_to_complete_and_then_executes_a_command/</link>
		<comments>http://www.tech-recipes.com/rx/2275/a_simple_script_that_waits_for_a_process_to_complete_and_then_executes_a_command/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 14:00:44 +0000</pubDate>
		<dc:creator>bxj</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[It is often necessary under unix/linux to wait for certain processes to complete before running other processes.  At best this can cause needless delays and wasted time, while in the worst cases someone may actually forget to run some final processing.
(...)Read the rest of A simple script that waits for a process to complete [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2275/a_simple_script_that_waits_for_a_process_to_complete_and_then_executes_a_command/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Menu for User Input</title>
		<link>http://www.tech-recipes.com/rx/983/simple-menu-for-user-input/</link>
		<comments>http://www.tech-recipes.com/rx/983/simple-menu-for-user-input/#comments</comments>
		<pubDate>Fri, 02 Sep 2005 11:15:05 +0000</pubDate>
		<dc:creator>gevery77</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This script will create an input screen in BASH that allows the user to enter information just as they would in a window. This is to show the use of simple functions as well as the tput command. &#8220;tput cup&#8221; allows the developer to place the cursor anywhere on the screen. There are many more [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/983/simple-menu-for-user-input/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>simple function for print colorful text</title>
		<link>http://www.tech-recipes.com/rx/912/simple-function-for-print-colorful-text/</link>
		<comments>http://www.tech-recipes.com/rx/912/simple-function-for-print-colorful-text/#comments</comments>
		<pubDate>Wed, 08 Jun 2005 03:01:52 +0000</pubDate>
		<dc:creator>hpx</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[function to print text with colors(not contain all the colors)
can be extened easily
(...)Read the rest of simple function for print colorful text 

© hpx for Tech-Recipes, 2005. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/912/simple-function-for-print-colorful-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>queue and stack using array</title>
		<link>http://www.tech-recipes.com/rx/911/queue-and-stack-using-array/</link>
		<comments>http://www.tech-recipes.com/rx/911/queue-and-stack-using-array/#comments</comments>
		<pubDate>Wed, 08 Jun 2005 02:49:10 +0000</pubDate>
		<dc:creator>hpx</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[here is a series of operation on array,
we can use these functions to implement a queue or stack that can help us more
(...)Read the rest of queue and stack using array 

© hpx for Tech-Recipes, 2005. &#124;
Permalink &#124;
2 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/911/queue-and-stack-using-array/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>bash array operations</title>
		<link>http://www.tech-recipes.com/rx/910/bash-array-operations/</link>
		<comments>http://www.tech-recipes.com/rx/910/bash-array-operations/#comments</comments>
		<pubDate>Wed, 08 Jun 2005 02:26:36 +0000</pubDate>
		<dc:creator>hpx</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[sometimes we need  to remove one element from an array
for example we remove the element 2 (third) from array
(...)Read the rest of bash array operations 

© hpx for Tech-Recipes, 2005. &#124;
Permalink &#124;
6 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/910/bash-array-operations/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>bash shell script accessing array variables</title>
		<link>http://www.tech-recipes.com/rx/642/bash-shell-script-accessing-array-variables/</link>
		<comments>http://www.tech-recipes.com/rx/642/bash-shell-script-accessing-array-variables/#comments</comments>
		<pubDate>Tue, 31 Aug 2004 21:53:54 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The bash shell allows a number of methods for accessing elements of variable arrays.  This recipe demonstrates some of these techniques.
(...)Read the rest of bash shell script accessing array variables 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
1 comment &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/642/bash-shell-script-accessing-array-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bash shell script iterate through array values</title>
		<link>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/</link>
		<comments>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 19:00:10 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Having an array of variables is of no use unless you can use those values somehow.  This recipe shows a few methods for looping through the values of an array in the bash shell.
(...)Read the rest of bash shell script iterate through array values 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
7 comments &#124;
Add to
del.icio.us

Post [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/636/bash-shell-script-iterate-through-array-values/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>bash shell script declaring/creating arrays</title>
		<link>http://www.tech-recipes.com/rx/635/bash-shell-script-declaringcreating-arrays/</link>
		<comments>http://www.tech-recipes.com/rx/635/bash-shell-script-declaringcreating-arrays/#comments</comments>
		<pubDate>Mon, 30 Aug 2004 15:57:43 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The use of array variable structures can be invaluable.  This recipe describes several methods for delcaring arrays in bash scripts.
(...)Read the rest of bash shell script declaring/creating arrays 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
10 comments &#124;
Add to
del.icio.us

Post tags: 
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/635/bash-shell-script-declaringcreating-arrays/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Bourne/bash shell script functions</title>
		<link>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/</link>
		<comments>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/#comments</comments>
		<pubDate>Thu, 05 Aug 2004 21:36:59 +0000</pubDate>
		<dc:creator>Rex</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Writing functions can greatly simplify a program.  If a chunk of code is used multiple times in different parts of a script, the code can be enclosed within a function and run using only the function name.
(...)Read the rest of Bourne/bash shell script functions 

© Rex for Tech-Recipes, 2004. &#124;
Permalink &#124;
5 comments &#124;
Add to
del.icio.us

Post [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/541/bournebash-shell-script-functions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bourne/bash shell script: while loop syntax</title>
		<link>http://www.tech-recipes.com/rx/316/bournebash-shell-script-while-loop-syntax/</link>
		<comments>http://www.tech-recipes.com/rx/316/bournebash-shell-script-while-loop-syntax/#comments</comments>
		<pubDate>Fri, 09 Jan 2004 23:52:33 +0000</pubDate>
		<dc:creator>Rex</dc:creator>
				<category><![CDATA[Bourne shell scripting]]></category>
		<category><![CDATA[Bourne shell]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A while loop allows execution of a code block an arbitrary number of times until a condition is met.  This recipe describes the while loop syntax for the various Bourne shells (sh, ksh, bash, zsh, etc.) and provides examples.
(...)Read the rest of Bourne/bash shell script: while loop syntax 

© Rex for Tech-Recipes, 2004. &#124;
Permalink [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/316/bournebash-shell-script-while-loop-syntax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
