<?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>Tech-Recipes &#187; Bourne shell</title>
	<atom:link href="http://www.tech-recipes.com/category/unix/unix-shell/bourne-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Set environment variables in Bourne shell (sh)</title>
		<link>http://www.tech-recipes.com/rx/182/set-environment-variables-in-bourne-shell-sh/</link>
		<comments>http://www.tech-recipes.com/rx/182/set-environment-variables-in-bourne-shell-sh/#comments</comments>
		<pubDate>Sat, 11 Oct 2003 01:13:15 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Bourne shell]]></category>
		<category><![CDATA[environment variable]]></category>
		<category><![CDATA[sh]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[
An environment variable must be set and exported with separate commands in the Bourne shell. To set the EDITOR variable to vi, use:
EDITOR=vi
export EDITOR
These commands can be placed in ~/.profile to be executed automatically at login, placed in a shell script, or executed manually. Exporting a variable makes it available to other shells spawned from [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/182/set-environment-variables-in-bourne-shell-sh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 4/8 queries in 0.316 seconds using memcached
Object Caching 269/274 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 01:53:29 -->
