<?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>txt &#187; path</title>
	<atom:link href="http://txt.binnyva.com/tag/path/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CDPATH</title>
		<link>http://txt.binnyva.com/2009/06/cdpath/</link>
		<comments>http://txt.binnyva.com/2009/06/cdpath/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:31:19 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cdpath]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[shellfu]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=635</guid>
		<description><![CDATA[CDPATH is to cd what PATH is to exectable. You can go to a folder inside any of the CDPATH folders by just cd 'folder name' &#8211; no mater where you are currently. export CDPATH='.:~:/var/www/html:~/Scripts']]></description>
			<content:encoded><![CDATA[<p class="intro">CDPATH is to cd what PATH is to exectable. You can go to a folder inside any of the CDPATH folders by just <code>cd 'folder name'</code> &#8211; no mater where you are currently.</p>
<pre><code class="cli">
export CDPATH='.:~:/var/www/html:~/Scripts'
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/06/cdpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Path</title>
		<link>http://txt.binnyva.com/2009/04/set-path/</link>
		<comments>http://txt.binnyva.com/2009/04/set-path/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 18:27:52 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[set]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=560</guid>
		<description><![CDATA[Adding a new folder to the current path&#8230; export PATH=NEW_FOLDER:$PATH]]></description>
			<content:encoded><![CDATA[<p class="intro">Adding a new folder to the current path&#8230;</p>
<pre><code class="cli">
export PATH=NEW_FOLDER:$PATH
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/04/set-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Current Path</title>
		<link>http://txt.binnyva.com/2009/04/find-current-path/</link>
		<comments>http://txt.binnyva.com/2009/04/find-current-path/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:21:43 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[path]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=555</guid>
		<description><![CDATA[Use this command to find the current path&#8230; echo $PATH]]></description>
			<content:encoded><![CDATA[<p class="intro">Use this command to find the current path&#8230;</p>
<pre><code class="cli">
echo $PATH
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2009/04/find-current-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
