<?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>ForTheScience.org &#187; Bash</title>
	<atom:link href="http://forthescience.org/blog/category/topics/computer-science/languages/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://forthescience.org/blog</link>
	<description>A blog about science and programming</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:27:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Script relocatability</title>
		<link>http://forthescience.org/blog/2007/11/28/script-relocatability/</link>
		<comments>http://forthescience.org/blog/2007/11/28/script-relocatability/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 21:51:55 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/2007/11/28/script-relocatability/</guid>
		<description><![CDATA[I wrote the first part of some research I did on script relocatability. The basic problem is to make a script and its resources relocatable. It is not meant to be correct, actually I believe there are many errors and inaccuracies, but it brings a lot of arguments to discuss. I will write the second [...]]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2007/11/28/script-relocatability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing nothing in bash</title>
		<link>http://forthescience.org/blog/2007/09/22/doing-nothing-in-bash/</link>
		<comments>http://forthescience.org/blog/2007/09/22/doing-nothing-in-bash/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 06:41:20 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/2007/09/22/doing-nothing-in-bash/</guid>
		<description><![CDATA[Today I had to &#8220;do nothing&#8221; in bash. In python you have &#8220;pass&#8221; for this task. In C, you can use &#8220;;&#8221;. I found this post from someone having the same issue. He proposes either &#8220;sleep 0&#8243; or &#8220;A=0&#8243;. However, looks like this is even nicer: from the bash manual

      [...]]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2007/09/22/doing-nothing-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
