<?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>Developer's Camp &#187; shell script</title>
	<atom:link href="http://www.developerscamp.com/tag/shell-script/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developerscamp.com</link>
	<description>Tech Developer's Community Resource.</description>
	<lastBuildDate>Tue, 25 May 2010 11:42:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>How To Use awk In Bash Scripting</title>
		<link>http://www.developerscamp.com/topics/bash/how-to-use-awk-in-bash-scripting.html</link>
		<comments>http://www.developerscamp.com/topics/bash/how-to-use-awk-in-bash-scripting.html#comments</comments>
		<pubDate>Tue, 25 May 2010 11:42:09 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=218</guid>
		<description><![CDATA[How do I use awk pattern scanning and processing language under bash scripts? Can you provide a few examples? Awk is an excellent tool for building UNIX/Linux shell scripts. AWK is a programming language that is designed for processing text-based data, either in files or data streams, or using shell pipes. In other words you [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/bash/how-to-use-awk-in-bash-scripting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Script: Read One Character At A Time</title>
		<link>http://www.developerscamp.com/topics/bash/bash-script-read-one-character-at-a-time.html</link>
		<comments>http://www.developerscamp.com/topics/bash/bash-script-read-one-character-at-a-time.html#comments</comments>
		<pubDate>Tue, 25 May 2010 11:40:47 +0000</pubDate>
		<dc:creator>DevCamp</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.developerscamp.com/?p=216</guid>
		<description><![CDATA[need to count one character at a time from input.txt. How do I read one character at a time under Linux / UNIX bash shell script? The read builtin can read one character at a time and syntax is as follows:   read -n 1 c echo $c   You can setup the while loop as [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.developerscamp.com/topics/bash/bash-script-read-one-character-at-a-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
