<?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>Code Stuff &#187; Bash</title>
	<atom:link href="http://www.codestuff.com/category/bash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codestuff.com</link>
	<description>Web and Mobile Development, PHP, WordPress, HTML, Javascript</description>
	<lastBuildDate>Fri, 02 Jul 2010 04:27:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A simple way to find out the location of a running shell script</title>
		<link>http://www.codestuff.com/2008/09/19/32/a-simple-way-to-find-out-the-location-of-a-running-shell-script.html</link>
		<comments>http://www.codestuff.com/2008/09/19/32/a-simple-way-to-find-out-the-location-of-a-running-shell-script.html#comments</comments>
		<pubDate>Fri, 19 Sep 2008 07:16:07 +0000</pubDate>
		<dc:creator>kihbord</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[dirname]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[which]]></category>

		<guid isPermaLink="false">http://www.codestuff.com/2008/09/19/32/a-simple-way-to-find-out-the-location-of-a-running-shell-script.html</guid>
		<description><![CDATA[When a shell script is executed, the default directory would normally be the current directory of the user when the script is called. If you get into a situation wherein you want to determine the location of the shell script when it was called by the user, you can do the following within the shell [...]]]></description>
		<wfw:commentRss>http://www.codestuff.com/2008/09/19/32/a-simple-way-to-find-out-the-location-of-a-running-shell-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash script to empty a mysql database</title>
		<link>http://www.codestuff.com/2008/08/27/21/bash-script-to-empty-a-mysql-database.html</link>
		<comments>http://www.codestuff.com/2008/08/27/21/bash-script-to-empty-a-mysql-database.html#comments</comments>
		<pubDate>Thu, 28 Aug 2008 01:04:18 +0000</pubDate>
		<dc:creator>kihbord</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[empty]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://codestuff.com/2008/08/27/21/bash-script-to-empty-a-mysql-database.html</guid>
		<description><![CDATA[I wrote a bash shell script that deletes all the tables in a mysql database and I thought I&#8217;d just post it here in case anyone might find it useful. It accepts one required argument which is the database name and one optional argument which is the username with DROP/CREATE  DATABASE privileges to dbname [...]]]></description>
		<wfw:commentRss>http://www.codestuff.com/2008/08/27/21/bash-script-to-empty-a-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
