<?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>MacSingularity Archive &#187; bash</title>
	<atom:link href="http://macsingularity.org/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://macsingularity.org</link>
	<description>The archive of Macsingularity</description>
	<lastBuildDate>Fri, 24 Jun 2011 18:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>PATH variable in the bash shell</title>
		<link>http://macsingularity.org/2003/11/03/path-variable-in-the-bash-shell/</link>
		<comments>http://macsingularity.org/2003/11/03/path-variable-in-the-bash-shell/#comments</comments>
		<pubDate>Mon, 03 Nov 2003 08:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://spac-21.rice.edu/maciraf/tips/panther/bash_path.html</guid>
		<description><![CDATA[Okay, so you decided to stick with the bash shell. Here&#8217;s how to change your path. Edit the .bashrc file in your home directory (or create one) and then add a line like this: PATH=/usr/local/bin:~/bin:$PATH My friend and bash fan Colby gave me this tidbit. Something all bash users probably know. (bash is a very [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so you decided to stick with the bash shell.  Here&#8217;s how to change your path.  Edit the .bashrc file in your home directory (or create one) and then add a line like this:</p>

<pre><code>   PATH=/usr/local/bin:~/bin:$PATH
</code></pre>

<p>My friend and bash fan Colby gave me this tidbit.  Something all bash users probably know.  (bash is a very linux thing, by the way.)</p>
]]></content:encoded>
			<wfw:commentRss>http://macsingularity.org/2003/11/03/path-variable-in-the-bash-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.389 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 10:40:37 -->

