<?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>Abbas &#124; Bassu &#187; linux built-in variables</title>
	<atom:link href="http://bashukhan.com/tag/linux-built-in-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://bashukhan.com</link>
	<description>Life&#039;s having zeros and ones all over</description>
	<lastBuildDate>Sat, 04 Sep 2010 23:55:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux System Variables</title>
		<link>http://bashukhan.com/linux-system-variables/</link>
		<comments>http://bashukhan.com/linux-system-variables/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:53:50 +0000</pubDate>
		<dc:creator>Abbas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash environment variables]]></category>
		<category><![CDATA[linux built-in variables]]></category>

		<guid isPermaLink="false">http://bashukhan.com/?p=155</guid>
		<description><![CDATA[Ever wanted to list down all of system built-in global or local variables stored for your shell? Well, it can be with &#8216;env&#8216; and &#8216;set&#8216; commands. The env lists global variables and set lists local ones. Difference between the two is that, global variables are built-in into any shell while local variables include the ones [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to list down all of system built-in global or local variables stored for your shell? Well, it can be with &#8216;<strong>env</strong>&#8216; and &#8216;<strong>set</strong>&#8216; commands.<br />
The env lists global variables and set lists local ones. Difference between the two is that, global variables are built-in into any shell while local variables include the ones which are set by different applicatons. Such as MAILCHECK (which controls mail checking frequency and informs shell prompt when new mail arrives), only appears in &#8216;set&#8217; command&#8217;s output.</p>
]]></content:encoded>
			<wfw:commentRss>http://bashukhan.com/linux-system-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.380 seconds -->
