<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: System and enviromental variables</title>
	<atom:link href="http://polishlinux.org/console/system-and-enviromental-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://polishlinux.org</link>
	<description>All About GNU/Linux and BSD - reviews, comparisons, articles</description>
	<lastBuildDate>Sun, 13 May 2012 17:43:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brock Noland</title>
		<link>http://polishlinux.org/console/system-and-enviromental-variables/#comment-69123</link>
		<dc:creator>Brock Noland</dc:creator>
		<pubDate>Fri, 19 Oct 2007 07:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://polishlinux.org/console/system-and-enviromental-variables/#comment-69123</guid>
		<description>Also see:

&lt;code&gt;printenv&lt;/code&gt;

or I believe in some shells other than BASH

&lt;code&gt;env&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Also see:</p>
<p><code>printenv</code></p>
<p>or I believe in some shells other than BASH</p>
<p><code>env</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Draisey</title>
		<link>http://polishlinux.org/console/system-and-enviromental-variables/#comment-65013</link>
		<dc:creator>Matt Draisey</dc:creator>
		<pubDate>Sat, 06 Oct 2007 18:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://polishlinux.org/console/system-and-enviromental-variables/#comment-65013</guid>
		<description>&lt;blockquote&gt;The variable we created above is limited to the shell in which it was called into existence. Programs run from other shells where the variable was not created will not be able to make use of it&lt;/blockquote&gt;
Not just subshells.  Variables created in bash that are not exported are not added to the environment at all and, while their values might be substituted into a command line before it is run, they are otherwise invisible to called programs.</description>
		<content:encoded><![CDATA[<blockquote><p>The variable we created above is limited to the shell in which it was called into existence. Programs run from other shells where the variable was not created will not be able to make use of it</p></blockquote>
<p>Not just subshells.  Variables created in bash that are not exported are not added to the environment at all and, while their values might be substituted into a command line before it is run, they are otherwise invisible to called programs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

