<?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: Five Cool OS X Terminal Tricks</title>
	<atom:link href="http://rasilagarage.com/2010/03/five-cool-os-x-terminal-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://rasilagarage.com/2010/03/five-cool-os-x-terminal-tricks/</link>
	<description>Tuomas Rasila's blog about software and entrepreneurship</description>
	<lastBuildDate>Wed, 26 May 2010 08:57:56 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tuomas Rasila</title>
		<link>http://rasilagarage.com/2010/03/five-cool-os-x-terminal-tricks/comment-page-1/#comment-97</link>
		<dc:creator>Tuomas Rasila</dc:creator>
		<pubDate>Sun, 14 Mar 2010 16:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://rasilagarage.com/?p=229#comment-97</guid>
		<description>Yep, Bash it is. Only #4 is the only &quot;Mac only&quot; thing.</description>
		<content:encoded><![CDATA[<p>Yep, Bash it is. Only #4 is the only &#8220;Mac only&#8221; thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eero Lemmelä</title>
		<link>http://rasilagarage.com/2010/03/five-cool-os-x-terminal-tricks/comment-page-1/#comment-96</link>
		<dc:creator>Eero Lemmelä</dc:creator>
		<pubDate>Sun, 14 Mar 2010 05:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://rasilagarage.com/?p=229#comment-96</guid>
		<description>I&#039;m guessing you&#039;re using bash here.?. &quot;cd&quot; remembers* only the last directory you&#039;ve visited. If you want to remember** a stack of directories take a look at &quot;pushd&quot;, &quot;popd&quot; and &quot;dirs&quot;. They are bash built-in commands, so &quot;man bash&quot;...

* stored in OLDPWD variable
** stored in DIRSTACK array (yes, bash has array variables ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing you&#8217;re using bash here.?. &#8220;cd&#8221; remembers* only the last directory you&#8217;ve visited. If you want to remember** a stack of directories take a look at &#8220;pushd&#8221;, &#8220;popd&#8221; and &#8220;dirs&#8221;. They are bash built-in commands, so &#8220;man bash&#8221;&#8230;</p>
<p>* stored in OLDPWD variable<br />
** stored in DIRSTACK array (yes, bash has array variables <img src='http://rasilagarage.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
