<?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>Linux Recipes</title>
	<atom:link href="http://www.linuxrecipes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxrecipes.com</link>
	<description>Practical tips and tricks for Linux</description>
	<lastBuildDate>Sun, 18 Sep 2011 14:30:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bash: Redirection from file to command</title>
		<link>http://www.linuxrecipes.com/2011/09/16/bash-redirection-from-file-to-command/</link>
		<comments>http://www.linuxrecipes.com/2011/09/16/bash-redirection-from-file-to-command/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 18:09:44 +0000</pubDate>
		<dc:creator>Mohammed Azirar</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[files descriptors redirection]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.linuxrecipes.com/?p=61</guid>
		<description><![CDATA[We can redirect the contents of one file descriptor to another. By using redirection, we can read data from a file as stdin as follows: Source: Linux Shell Scripting Cookbook]]></description>
		<wfw:commentRss>http://www.linuxrecipes.com/2011/09/16/bash-redirection-from-file-to-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash: Check for super user</title>
		<link>http://www.linuxrecipes.com/2011/09/16/bash-check-for-super-user/</link>
		<comments>http://www.linuxrecipes.com/2011/09/16/bash-check-for-super-user/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 17:33:35 +0000</pubDate>
		<dc:creator>Mohammed Azirar</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[root superuser uid]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.linuxrecipes.com/?p=47</guid>
		<description><![CDATA[UID is an important environment variable that can be used to check whether the current script has been run as root user or regular user. For example: The UID for the root user is 0. Source: Linux Shell Scripting Cookbook]]></description>
		<wfw:commentRss>http://www.linuxrecipes.com/2011/09/16/bash-check-for-super-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash: Identifying the current shell</title>
		<link>http://www.linuxrecipes.com/2011/09/16/bash-identifying-the-current-shell/</link>
		<comments>http://www.linuxrecipes.com/2011/09/16/bash-identifying-the-current-shell/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 16:20:26 +0000</pubDate>
		<dc:creator>Mohammed Azirar</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.linuxrecipes.com/?p=37</guid>
		<description><![CDATA[Display the currently used shell as follows: Or, you can also use: For example: Source: Linux Shell Scripting Cookbook]]></description>
		<wfw:commentRss>http://www.linuxrecipes.com/2011/09/16/bash-identifying-the-current-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash: Finding length of string</title>
		<link>http://www.linuxrecipes.com/2011/09/16/bash-finding-length-of-string/</link>
		<comments>http://www.linuxrecipes.com/2011/09/16/bash-finding-length-of-string/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 11:46:27 +0000</pubDate>
		<dc:creator>Mohammed Azirar</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.linuxrecipes.com/?p=17</guid>
		<description><![CDATA[Get the length of a variable value as follows: For example: length is the number of characters in the string. Source: Linux Shell Scripting Cookbook]]></description>
		<wfw:commentRss>http://www.linuxrecipes.com/2011/09/16/bash-finding-length-of-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

