<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: System and enviromental variables</title>
	<link>http://polishlinux.org</link>
	<description>All About GNU/Linux and BSD - reviews, comparisons, articles</description>
	<pubDate>Wed, 20 Aug 2008 13:17:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</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>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>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>
