<?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: Set environment variables in Bourne shell (sh)</title>
	<atom:link href="http://www.tech-recipes.com/rx/182/set-environment-variables-in-bourne-shell-sh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/182/set-environment-variables-in-bourne-shell-sh/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CoalKoRn</title>
		<link>http://www.tech-recipes.com/rx/182/set-environment-variables-in-bourne-shell-sh/comment-page-1/#comment-1975</link>
		<dc:creator>CoalKoRn</dc:creator>
		<pubDate>Tue, 14 Jun 2005 13:35:11 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1975</guid>
		<description>Bourne shell ~= bash, not sh...

Does function also:&lt;code&gt;export MANPATH=$&#123;MANPATH&#125;&#58;/new/path&lt;/code&gt;


To view a specific variable:&lt;code&gt;printenv PATH&lt;/code&gt;


To view all environment variables:&lt;code&gt;env&lt;/code&gt;



CoalKoRn</description>
		<content:encoded><![CDATA[<p>Bourne shell ~= bash, not sh&#8230;</p>
<p>Does function also:<code>export MANPATH=$&#123;MANPATH&#125;&#58;/new/path</code></p>
<p>To view a specific variable:<code>printenv PATH</code></p>
<p>To view all environment variables:<code>env</code></p>
<p>CoalKoRn</p>
]]></content:encoded>
	</item>
</channel>
</rss>
